stopAudioMixing abstract method

  1. @Deprecated('Deprecated since v3.54, use RTCAudioEffectPlayer.stop and RTCMediaPlayer.stop instead')
Future<void> stopAudioMixing(
  1. int mixId
)

停止指定的混音任务

注意:

Implementation

@Deprecated(
    'Deprecated since v3.54, use RTCAudioEffectPlayer.stop and RTCMediaPlayer.stop instead')
Future<void> stopAudioMixing(int mixId);