onRemoteEncodedVideoFrame$info$withEncodedVideoFrame method
FutureOr<void>
onRemoteEncodedVideoFrame$info$withEncodedVideoFrame(
- NSString streamId,
- ByteRTCStreamInfo info,
- ByteRTCEncodedVideoFrame videoFrame
@detail callback @author wangzhanqiang @brief 调用 registerRemoteEncodedVideoFrameObserver:{@link #ByteRTCEngine#registerRemoteEncodedVideoFrameObserver} 后,SDK 监测到远端编码后视频数据时,触发该回调 @param streamId 收到的远端流 ID @param info 收到的远端流信息,参看 ByteRTCStreamInfo{@link #ByteRTCStreamInfo} @param videoFrame 收到的远端视频帧信息,参看 ByteRTCEncodedVideoFrame{@link #ByteRTCEncodedVideoFrame}
Implementation
FutureOr<void> onRemoteEncodedVideoFrame$info$withEncodedVideoFrame(
NSString streamId,
ByteRTCStreamInfo info,
ByteRTCEncodedVideoFrame videoFrame) async {}