cn.tee3.avd_SDK-Objectc  2.1.0
构造函数 | 属性 | 所有成员列表
AVDVideoParams类 参考

视频参数信息结构. 更多...

类 AVDVideoParams 继承关系图:
AVDCameraCapability

构造函数

(instancetype) - initWithWidth:height:fps:
 

属性

BOOL usedFront
 开启时是否使用前置摄像头 更多...
 
- 属性 继承自 AVDCameraCapability
NSInteger width
 视频宽度 更多...
 
NSInteger height
 视频高度 更多...
 
NSInteger maxFPS
 视频帧率 更多...
 

详细描述

视频参数信息结构.

视频参数结构定义了视频采集相关参数,包含视频分辨率和帧率。

函数文档

◆ initWithWidth:height:fps:()

- (instancetype) initWithWidth: (NSInteger)  w
height: (NSInteger)  h
fps: (NSInteger)  fps 

实现了 AVDCameraCapability.

属性说明

◆ usedFront

- (BOOL) usedFront
readwritenonatomicassign

开启时是否使用前置摄像头


该类的文档由以下文件生成: