AUDIO_MIXING_DUAL_MONO_MODE
Audio channel mode.
Enumerations
- AUDIO_MIXING_DUAL_MONO_AUTO
- (0): Original mode. Retains the original left and right audio channels.
- AUDIO_MIXING_DUAL_MONO_L
- (1): Left channel mode. Replaces the right channel with the left channel, so the user hears only the left channel.
- AUDIO_MIXING_DUAL_MONO_R
- (2): Right channel mode. Replaces the left channel with the right channel, so the user hears only the right channel.
- AUDIO_MIXING_DUAL_MONO_MIX
- (3): Mixed channel mode. Mixes the left and right audio channels, so the user hears both channels simultaneously.