onCaptureMixedAudioFrame method

FutureOr<void> onCaptureMixedAudioFrame(
  1. ByteRTCAudioFrame audioFrame
)

@detail callback @brief Return the mixed audio data of the data recorded by local microphone and the audio data of MediaPlayer and EffectPlayer. @param audioFrame Mixed audio data, see ByteRTCAudioFrame{@link #ByteRTCAudioFrame}

Implementation

FutureOr<void> onCaptureMixedAudioFrame(ByteRTCAudioFrame audioFrame) async {}