rtcEngine$onLocalVideoSizeChanged$withFrameInfo method
FutureOr<void>
rtcEngine$onLocalVideoSizeChanged$withFrameInfo(
- ByteRTCEngine engine,
- ByteRTCVideoSource videoSource,
- ByteRTCVideoFrameInfo frameInfo
@detail callback @author zhushufan.ref @brief Receive this callback when local video size or rotation information changes. @param engine ByteRTCEngine object @param videoSource Local video source object. This parameter is valid only in the multi-stream version. See ByteRTCVideoSource{@link #ByteRTCVideoSource}. @param frameInfo Frame information. See ByteRTCVideoFrameInfo{@link #ByteRTCVideoFrameInfo}
Implementation
FutureOr<void> rtcEngine$onLocalVideoSizeChanged$withFrameInfo(
ByteRTCEngine engine,
ByteRTCVideoSource videoSource,
ByteRTCVideoFrameInfo frameInfo) async {}