DVD_AUDIO_APPMODE enumeration (strmif.h)
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;
Constants
DVD_AudioMode_NoneValue: 0 No special audio mode. The DVD Navigator Filter will send the audio to the decoder with no special processing. |
DVD_AudioMode_KaraokeValue: 1 The current audio mode is karaoke content. |
DVD_AudioMode_SurroundValue: 2 The current audio mode is surround sound. |
DVD_AudioMode_OtherValue: 3 Unrecognized audio mode. |
Requirements
| Header | strmif.h (include Dshow.h) |