AgoraAudioMixingDualMonoMode Constants Reference
Declared in | AgoraEnumerates.h |
---|---|
Availability | v3.5.1 |
AgoraAudioMixingDualMonoMode
The channel mode. Set in setAudioMixingDualMonoMode.
Definition
typedef NS_ENUM(NSUInteger, AgoraAudioMixingDualMonoMode ) {
AgoraAudioMixingDualMonoAuto,
AgoraAudioMixingDualMonoL,
AgoraAudioMixingDualMonoR,
AgoraAudioMixingDualMonoMix,
};
Constants
AgoraAudioMixingDualMonoAuto
-
0: Original mode.
Declared In
AgoraEnumerates.h
. AgoraAudioMixingDualMonoL
-
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.
Declared In
AgoraEnumerates.h
. AgoraAudioMixingDualMonoR
-
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.
Declared In
AgoraEnumerates.h
. AgoraAudioMixingDualMonoMix
-
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.
Declared In
AgoraEnumerates.h
.
Availability
v3.5.1
Declared In
AgoraEnumerates.h