iOS/macOS(Objective-C)[v1.7.5.0]
|
PanoExternalVideoCapturer 接口类提供了所有的外置视频采集相关方法。 更多...
#import <PanoExternalObjects.h>
构造函数 | |
(instancetype) | - init |
此方法不可用。 | |
(PanoResult) | - putData:withLength:format:timestamp: |
输入视频数据到 PANO 媒体引擎 更多... | |
类方法 | |
(instancetype) | + new |
此方法不可用。 | |
属性 | |
NSString * | deviceId |
获取此外接视频采集设备 ID | |
PanoExternalVideoCapturer 接口类提供了所有的外置视频采集相关方法。
- (PanoResult) putData: | (void *) | buffer | |
withLength: | (SInt32) | length | |
format: | (PanoRtcVideoFormat *) | format | |
timestamp: | (UInt64) | timestamp | |
输入视频数据到 PANO 媒体引擎
buffer | 视频数据地址。 |
length | 视频数据长度。 |
format | 视频数据格式。只支持kPanoI420类型。 |
timestamp | 视频数据采集时间。 |