实时音视频 SPARKRTC-事件回调(IHRTCConnectionEventHandler):onFirstRemoteVideoDecoded

时间:2024-03-25 20:33:11

onFirstRemoteVideoDecoded

void onFirstRemoteVideoDecoded(HRTCConnection conn, String userId, int width, int height);

功能说明

远端用户第一帧解码成功回调。

回调参数

  • conn:回调对应的HRTCConnection实例。
  • userId:用户ID。
  • width:视频宽度。
  • height:视频高度。
support.huaweicloud.com/csdk-rtc/rtc_05_0034.html