Microsoft DirectX 9.0 |
Defines flags that indicate whether an audio stream contains audio language extensions.
Syntax
typedef enum tagDVD_AUDIO_LANG_EXT {
DVD_AUD_EXT_NotSpecified = 0,
DVD_AUD_EXT_Captions = 1,
DVD_AUD_EXT_VisuallyImpaired = 2,
DVD_AUD_EXT_DirectorComments1 = 3,
DVD_AUD_EXT_DirectorComments2 = 4
} DVD_AUDIO_LANG_EXT;
Elements
DVD_AUD_EXT_NotSpecified
The DVD doesn't specify an audio language extension for this audio stream.
DVD_AUD_EXT_Captions
The audio stream contains captions.
DVD_AUD_EXT_VisuallyImpaired
The audio stream contains content for people with low vision.
DVD_AUD_EXT_DirectorComments1
The audio stream contains "director comments 1."
DVD_AUD_EXT_DirectorComments2
The audio stream contains "director comments 2."
Remarks
This enumeration is used in the IDvdInfo2::GetAudioAttributes and IDvdInfo2::GetDefaultAudioLanguage methods.
See Also