onCaptureMixedAudioFrame property

FutureOr<void> Function(AudioFrame audioFrame)? onCaptureMixedAudioFrame
getter/setter pair

@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> Function(AudioFrame audioFrame)? onCaptureMixedAudioFrame;