Agora Java API Reference for Android
io.agora.rtc.Constants.AudioMixingDualMonoMode Enum Reference

Static Public Member Functions

static int getValue (AudioMixingDualMonoMode mode)
 

Public Attributes

 AUDIO_MIXING_DUAL_MONO_AUTO =(0)
 
 AUDIO_MIXING_DUAL_MONO_L =(1)
 
 AUDIO_MIXING_DUAL_MONO_R =(2)
 
 AUDIO_MIXING_DUAL_MONO_MIX =(3)
 

Detailed Description

The channel mode. Set in setAudioMixingDualMonoMode.

Member Data Documentation

◆ AUDIO_MIXING_DUAL_MONO_AUTO

io.agora.rtc.Constants.AudioMixingDualMonoMode.AUDIO_MIXING_DUAL_MONO_AUTO =(0)

0: Original mode.

◆ AUDIO_MIXING_DUAL_MONO_L

io.agora.rtc.Constants.AudioMixingDualMonoMode.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_R

io.agora.rtc.Constants.AudioMixingDualMonoMode.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.

◆ AUDIO_MIXING_DUAL_MONO_MIX

io.agora.rtc.Constants.AudioMixingDualMonoMode.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.