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 enumeration defines the supported audio types.
Syntax
typedef enum {
DVD_AUDIO_TYPE_AC3 = 2,
DVD_AUDIO_TYPE_MPEG,
DVD_AUDIO_TYPE_LPCM,
DVD_AUDIO_TYPE_DTS,
DVD_AUDIO_TYPE_SDDS
} EDVDAudioStreamType;
Elements
- DVD_AUDIO_TYPE_AC3
Dolby Digital AC-3 audio.
- DVD_AUDIO_TYPE_MPEG
MPEG-2 audio.
- DVD_AUDIO_TYPE_LPCM
Linear PCM audio.
- DVD_AUDIO_TYPE_DTS
Digital Theatre Surround audio.
- DVD_AUDIO_TYPE_SDDS
Sony Dynamic Digital Sound audio.
Requirements
| Header | dvddrvr.idl |
| Windows Embedded CE | Windows CE .NET 4.0 and later |