IDVDRenderer::GetAudioCaps (Windows Embedded CE 6.0)
1/6/2010
This method returns a bitmask that identifies what audio capabilities are supported by the DVD-Video renderer.
Syntax
HRESULT GetAudioCaps(
DWORD* pdwCaps
);
Parameters
pdwCaps
[out] Pointer to a bitmask that identifies the supported renderer audio formats according to the following:Value Description DVD_AUDIOCAP_AC3
Indicates the renderer has AC3 capability
DVD_AUDIOCAP_MPEG
Indicates MPEG capability
DVD_AUDIOCAP_DTS
Indicates DTS capability
DVD_AUDIOCAP_SDDS
Indicates SDDS capability
DVD_AUDIOCAP_LPCM_KARAOKE
Indicates LPCM Karaoke capability
DVD_AUDIOCAP_AC3_KARAOKE
Indicates AC3 Karaoke capability
DVD_AUDIOCAP_MPEG_KARAOKE
Indicates MPEG Karaoke capability
DVD_AUDIOCAP_DTS_KARAOKE
Indicates DTS Karaoke capability
DVD_AUDIOCAP_SDDS_KARAOKE
Indicates SDDS Karaoke capability
Return Value
If the method completes successfully, the return value is S_OK.
Requirements
Header | dvddrvr.idl |
Windows Embedded CE | Windows CE .NET 4.0 and later |