rtcEngine$onRemoteVideoSizeChanged$info$withFrameInfo method
FutureOr<void>
rtcEngine$onRemoteVideoSizeChanged$info$withFrameInfo(
- ByteRTCEngine engine,
- NSString streamId,
- ByteRTCStreamInfo info,
- ByteRTCVideoFrameInfo frameInfo,
@detail callback @author zhushufan.ref @brief Users in the room who subscribe to this video stream receive this callback when the remote video size or rotation information changes. @param engine ByteRTCEngine object @param streamId ID of Remote stream. @param info Remote stream information. See ByteRTCStreamInfo{@link #ByteRTCStreamInfo}. @param frameInfo Video frame information. See ByteRTCVideoFrameInfo{@link #ByteRTCVideoFrameInfo}
Implementation
FutureOr<void> rtcEngine$onRemoteVideoSizeChanged$info$withFrameInfo(
ByteRTCEngine engine,
NSString streamId,
ByteRTCStreamInfo info,
ByteRTCVideoFrameInfo frameInfo) async {}