Future<int> getAudioMixingDuration() async { int code = await _channel.invokeMethod('getAudioMixingDuration') ?? -1; return code; }