onFirstVideoFrameDecoded method

void onFirstVideoFrameDecoded (
  1. int uid,
  2. int width,
  3. int height
)

远端视频首帧解码回调

uid 远端用户 ID width 首帧视频宽 height 首帧视频高

Implementation

void onFirstVideoFrameDecoded(int uid, int width, int height);