eAVDecAudioDualMonoReproMode Enumeration
Microsoft DirectShow 9.0 |
eAVDecAudioDualMonoReproMode Enumeration
Specifies how the decoder reproduces dual mono audio. This enumeration is used with the AVDecAudioDualMonoReproMode property.
Syntax
enum eAVDecAudioDualMonoReproMode { eAVDecAudioDualMonoReproMode_STEREO = 0, eAVDecAudioDualMonoReproMode_LEFT_MONO = 1, eAVDecAudioDualMonoReproMode_RIGHT_MONO = 2, eAVDecAudioDualMonoReproMode_MIX_MONO = 3 };
Members
eAVDecAudioDualMonoReproMode_STEREO
Output channel 1 (Ch1) to the left speaker and channel 2 (Ch2) to the right speaker.
eAVDecAudioDualMonoReproMode_LEFT_MONO
Output Ch1 to the left and right speakers.
eAVDecAudioDualMonoReproMode_RIGHT_MONO
Output Ch2 to the left and right speakers.
eAVDecAudioDualMonoReproMode_MIX_MONO
Mix Ch1 and Ch2 and output the mix to the left and right speakers.
Requirements
Header: Include codecapi.h.
See Also