AUDIO_MIXING_DUAL_MONO_MODE

Channel mode.

Enumerations

AUDIO_MIXING_DUAL_MONO_AUTO
0: Original mode.
AUDIO_MIXING_DUAL_MONO_L
1: Left channel mode. This mode replaces the right channel audio with the left channel audio, so the user hears only the left channel.
AUDIO_MIXING_DUAL_MONO_R
2: Right channel mode. This mode replaces the left channel audio with the right channel audio, so the user hears only the right channel.
AUDIO_MIXING_DUAL_MONO_MIX
3: Mix mode. This mode overlays the left and right channel data so the user hears both channels simultaneously.