onLocalVideoSizeChanged property

FutureOr<void> Function(dynamic videoSource, VideoFrameInfo frameInfo)? onLocalVideoSizeChanged
getter/setter pair

@detail callback @author zhushufan.ref @brief 本地预览视频大小或旋转信息发生改变时,收到此回调。 @param videoSource 预留参数。 @param frameInfo 视频帧信息,参看 VideoFrameInfo{@link #VideoFrameInfo}

Implementation

FutureOr<void> Function(dynamic videoSource, VideoFrameInfo frameInfo)?
    onLocalVideoSizeChanged;