stopAudioMixing abstract method
- @Deprecated('Deprecated since v3.54, use RTCAudioEffectPlayer.stop and RTCMediaPlayer.stop instead')
- int mixId
停止指定的混音任务
注意:
- 调用本方法停止播放音乐文件后,会收到 RTCVideoEventHandler.onAudioMixingStateChanged。
- 调用本方法停止播放音乐文件后,该音乐文件会被自动卸载。
Implementation
@Deprecated(
'Deprecated since v3.54, use RTCAudioEffectPlayer.stop and RTCMediaPlayer.stop instead')
Future<void> stopAudioMixing(int mixId);