Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method reads the seamless playback information (SML_PBI) to return information about audio discontinuities in the current video object (VOB).
HRESULT GetAudioGapInfo(UINT8 streamNo,UINT8 gapNo,UINT32* pMpegStart,UINT32* pMpegEnd);
Parameters
- streamNo
[in] Specified audio stream number (0 –7). - gapNo
[in] Specified gap number (0 – 1) in the audio stream. - pMpegStart
[out] Starting presentation time (PTM) of the specified discontinuity. This parameter returns 0 if there is no discontinuity. - pMpegEnd
[out] Ending presentation time (PTM) of the specified discontinuity. This parameter returns 0 if there is no discontinuity.
Return Values
If the function succeeds, the return value is S_OK.
If the method fails, the return value may be one of the following error values.
Error value | Description |
---|---|
E_NOTIMPL | The method is not implemented. |
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.
Link Library: Ddvdids.lib.
See Also
Send Feedback on this topic to the authors