Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AUDIO_MIXING_DUAL_MONO_MODE

The channel mode. Set in setAudioMixingDualMonoMode.

since

v3.6.1.4

Index

Enumeration members

AUDIO_MIXING_DUAL_MONO_AUTO

AUDIO_MIXING_DUAL_MONO_AUTO: = 0

0: Original mode.

AUDIO_MIXING_DUAL_MONO_L

AUDIO_MIXING_DUAL_MONO_L: = 1

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_MIXING_DUAL_MONO_MIX

AUDIO_MIXING_DUAL_MONO_MIX: = 3

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.

AUDIO_MIXING_DUAL_MONO_R

AUDIO_MIXING_DUAL_MONO_R: = 2

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.