DVD-Video Renderer Macros (Windows CE 5.0)
The following macros are defined for DVD-Video renderer.
#define DVD_AUDIOCAP_AC3 0x4000#define DVD_AUDIOCAP_MPEG 0x1000#define DVD_AUDIOCAP_DTS 0x0800#define DVD_AUDIOCAP_SDDS 0x0400#define DVD_AUDIOCAP_LPCM_KARAOKE 0x0080#define DVD_AUDIOCAP_AC3_KARAOKE 0x0040#define DVD_AUDIOCAP_MPEG_KARAOKE 0x0010#define DVD_AUDIOCAP_DTS_KARAOKE 0x0008#define DVD_AUDIOCAP_SDDS_KARAOKE 0x0004#define DVD_SCANCAP_FORWARD_SCAN 0x1#define DVD_SCANCAP_FORWARD_SLOW 0x2#define DVD_SCANCAP_FORWARD_SINGLE 0x4#define DVD_SCANCAP_BACKWARD_SCAN 0x8#define DVD_SCANCAP_BACKWARD_SLOW 0x10#define DVD_SCANCAP_BACKWARD_SINGLE 0x20
Parameters
None.
Return Values
None.
Remarks
The following table groups the DVD-Video macros and describes their typical uses.
Macros | Description |
---|---|
DVD_AUDIOCAP_AC3 DVD_AUDIOCAP_MPEG DVD_AUDIOCAP_DTS DVD_AUDIOCAP_SDDS DVD_AUDIOCAP_LPCM_KARAOKE DVD_AUDIOCAP_AC3_KARAOKE DVD_AUDIOCAP_MPEG_KARAOKE DVD_AUDIOCAP_DTS_KARAOKE DVD_AUDIOCAP_SDDS_KARAOKE |
Used to identify the audio formats supported by the DVD renderer. |
DVD_SCANCAP_FORWARD_SCAN DVD_SCANCAP_FORWARD_SLOW DVD_SCANCAP_FORWARD_SINGLE DVD_SCANCAP_BACKWARD_SCAN DVD_SCANCAP_BACKWARD_SLOW DVD_SCANCAP_BACKWARD_SINGLE |
Used to identify the playback capabilities of the DVD renderer. |
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvddrvr.idl.
See Also
Send Feedback on this topic to the authors