firstRemoteVideoFrame property
read / write
已显示远端视频首帧回调。
Deprecated
该回调已废弃。请改用 remoteVideoStateChanged 中的 VideoRemoteState.Starting 和 VideoRemoteState.Decoding 代替。
第一帧远端视频显示在视图上时,触发此调用。App 可在此调用中获知出图时间(elapsed)。
VideoFrameWithUidCallback
包含如下参数:
- int
uid
:用户 ID,指定是哪个用户的视频流。 - int
width
:视频流宽(像素)。 - int
height
:视频流高(像素)。 - int
elapsed
:从本地用户调用 RtcEngine.joinChannel 加入频道开始到发生此事件过去的时间(毫秒)。
Implementation
VideoFrameWithUidCallback firstRemoteVideoFrame