onPlayStreamingFirstVideoFrameRender method
播放流首帧视频渲染回调。
streamId 播放流 ID
timeMs 首帧视频渲染时间,单位为毫秒
width 视频宽度
height 视频高度
Implementation
void onPlayStreamingFirstVideoFrameRender(
String streamId, int timeMs, int width, int height) {}
播放流首帧视频渲染回调。
streamId 播放流 ID
timeMs 首帧视频渲染时间,单位为毫秒
width 视频宽度
height 视频高度
void onPlayStreamingFirstVideoFrameRender(
String streamId, int timeMs, int width, int height) {}