rtcEngine$onLocalVideoSizeChanged$withFrameInfo method
FutureOr<void>
rtcEngine$onLocalVideoSizeChanged$withFrameInfo(
- ByteRTCEngine engine,
- ByteRTCVideoSource videoSource,
- ByteRTCVideoFrameInfo frameInfo
@detail callback @author zhushufan.ref @brief 本地视频大小或旋转信息发生改变时,收到此回调。 @param engine ByteRTCEngine 对象 @param videoSource 本地视频源对象,仅在多流版本中有效。参看 ByteRTCVideoSource{@link #ByteRTCVideoSource}。 @param frameInfo 视频帧信息,参看 ByteRTCVideoFrameInfo{@link #ByteRTCVideoFrameInfo}
Implementation
FutureOr<void> rtcEngine$onLocalVideoSizeChanged$withFrameInfo(
ByteRTCEngine engine,
ByteRTCVideoSource videoSource,
ByteRTCVideoFrameInfo frameInfo) async {}