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.
1/6/2010
This method reads the seamless playback information (SML_PBI) to return information about audio discontinuities in the current video object (VOB).
Syntax
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 Value
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
| Header | dvdata.h, dvdata.idl |
| Library | Ddvdids.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |