Share via


IDVDRenderer::GetAudioCaps (Windows CE 5.0)

Send Feedback

This method returns a bitmask that identifies what audio capabilities are supported by the DVD-Video renderer.

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 Values

If the method completes successfully, the return value is S_OK.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvddrvr.idl.

See Also

IDVDRenderer:IUnknown

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.