|
JRTCSDK-iOS v2401.0
房间通话 API 文档
|
构造函数 | |
| (void) | - onFrame:angle:width:height:data: |
| - (void) onFrame: | (const char *_Nonnull) | streamId | |
| angle: | (int) | angle | |
| width: | (int) | width | |
| height: | (int) | height | |
| data: | (unsigned char *_Nonnull) | data | |
视频帧回调接口
| streamId | 视频流ID,屏幕采集ID或者摄像头ID |
| angle | 帧图像旋转角度 |
| width | 帧图像宽度 |
| height | 帧图像高度 |
| data | I420格式帧数据 |