iOS/macOS(Objective-C)[v1.7.5.0]
构造函数 | 所有成员列表
<PanoExternalVideoProcessor>协议 参考
类 <PanoExternalVideoProcessor> 继承关系图:

构造函数

(PanoResult- onVideoFrame:length:format:
 接收到待处理视频帧 更多...
 
(PanoResult- onVideoFrame:format:
 接收到平台相关的视频帧数据,仅在iOS和Andorid平台使用, 请参考相关平台的说明 更多...
 

函数文档

◆ onVideoFrame:format:

- (PanoResult) onVideoFrame: (void *)  native
format: (PanoRtcVideoFormat *)  format 
required

接收到平台相关的视频帧数据,仅在iOS和Andorid平台使用, 请参考相关平台的说明

参数
native平台相关的的视频帧数据
format视频帧格式
返回
返回PanoResult来指示调用状态

◆ onVideoFrame:length:format:

- (PanoResult) onVideoFrame: (void *)  buffer
length: (SInt32)  length
format: (PanoRtcVideoFormat *)  format 
required

接收到待处理视频帧

参数
buffer帧数据地址
length帧数据字节数
format渲染数据格式
返回
返回PanoResult来指示调用状态

该协议的文档由以下文件生成: