AudioDualMonoMode

The channel mode.

Enumerator

AUDIO_DUAL_MONO_STEREO
0: Original mode.
AUDIO_DUAL_MONO_L
1: Left channel mode. This mode replaces the audio of the right channel with the audio of the left channel, which means the user can only hear the audio of the left channel.
AUDIO_DUAL_MONO_R
2: Right channel mode. This mode replaces the audio of the left channel with the audio of the right channel, which means the user can only hear the audio of the right channel.
AUDIO_DUAL_MONO_MIX
3: Mixed channel mode. This mode mixes the audio of the left channel and the right channel, which means the user can hear the audio of the left channel and the right channel at the same time.