setAudioMixingDualMonoMode abstract method
Sets the channel mode of the current audio file.
In a stereo music file, the left and right channels can store different audio data. According to your needs, you can set the channel mode to original mode, left channel mode, right channel mode, or mixed channel mode.
mode
The channel mode. See AudioMixingDualMonoMode.
Returns When the method call succeeds, there is no return value; when fails, the AgoraRtcException exception is thrown. You need to catch the exception and handle it accordingly.
Implementation
Future<void> setAudioMixingDualMonoMode(AudioMixingDualMonoMode mode);