onRecordAudioFrame property

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

@detail callback @author wangjunzheng @brief Returns the audio data recorded by local microphone. @param audioFrame Audio data. See IAudioFrame{@link #IAudioFrame}.

Implementation

FutureOr<void> Function(AudioFrame audioFrame)? onRecordAudioFrame;