stopAudioMixing method

Future<int> stopAudioMixing ()

结束混音任务

Implementation

Future<int> stopAudioMixing() async {
  IntValue reply = await _api.stopAudioMixing();
  return reply.value;
}