onCaptureMixedAudioFrame method

FutureOr<void> onCaptureMixedAudioFrame(
  1. IAudioFrame 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 Audio data. See IAudioFrame{@link #IAudioFrame}.

Implementation

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