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
};
Constants
- 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
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: