Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AudioMixingDualMonoMode

The channel mode, which is set in setAudioMixingDualMonoMode.

since

v3.5.2

Index

Enumeration members

Enumeration members

AUTO

AUTO: = 0

0: Original mode.

L

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.

MIX

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.

R

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.

Generated using TypeDoc