Microsoft DirectX 9.0 |
Indicates the current audio mode as retrieved in a call to IDvdInfo2::GetAudioAttributes.
Syntax
typedef enum tagDVD_AUDIO_APPMODE
{
DVD_AudioMode_None = 0,
DVD_AudioMode_Karaoke = 1,
DVD_AudioMode_Surround = 2,
DVD_AudioMode_Other = 3,
} DVD_AUDIO_APPMODE;
Elements
DVD_AudioMode_None
No special audio mode. The DVD Navigator Filter will send the audio to the decoder with no special processing.
DVD_AudioMode_Karaoke
The current audio mode is karaoke content.
DVD_AudioMode_Surround
The current audio mode is surround sound.
DVD_AudioMode_Other
Unrecognized audio mode.
See Also