onRemoteEncodedAudioFrame$info$audioFrame method
FutureOr<void>
onRemoteEncodedAudioFrame$info$audioFrame(
- NSString streamId,
- ByteRTCStreamInfo info,
- ByteRTCEncodedAudioFrameData audioFrame
@detail callback @hidden for internal use only @brief Call registerRemoteEncodedAudioFrameObserver:{@link #ByteRTCEngine#registerRemoteEncodedAudioFrameObserver}, when the SDK receives the remote audio frame information, callback the event @param streamId The unique identifier of the received remote audio stream. @param info Detailed information of the received remote audio stream. See ByteRTCStreamInfo{@link #ByteRTCStreamInfo} @param audioFrame The remote audio frame information. See ByteRTCEncodedAudioFrameData{@link #ByteRTCEncodedAudioFrameData}
Implementation
FutureOr<void> onRemoteEncodedAudioFrame$info$audioFrame(NSString streamId,
ByteRTCStreamInfo info, ByteRTCEncodedAudioFrameData audioFrame) async {}