rtcEngine$onFirstLocalVideoFrameCaptured$withFrameInfo method
FutureOr<void>
rtcEngine$onFirstLocalVideoFrameCaptured$withFrameInfo(
- ByteRTCEngine engine,
- ByteRTCVideoSource videoSource,
- ByteRTCVideoFrameInfo frameInfo
@detail callback @author zhangzhenyu.samuel @brief 第一帧本地采集的视频/屏幕共享画面在本地视图渲染完成时,收到此回调。 @param engine ByteRTCEngine 对象 @param videoSource 视频源对象。参看 ByteRTCVideoSource{@link #ByteRTCVideoSource}。 @param frameInfo 视频帧信息,参看 ByteRTCVideoFrameInfo{@link #ByteRTCVideoFrameInfo}
Implementation
FutureOr<void> rtcEngine$onFirstLocalVideoFrameCaptured$withFrameInfo(
ByteRTCEngine engine,
ByteRTCVideoSource videoSource,
ByteRTCVideoFrameInfo frameInfo) async {}