AVDVideoParams

Superclass:
AVDCameraCapability
Declared In:

Introduction

视频参数信息结构.

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



Methods

-initWithWidth:height:fps:

initWithWidth:height:fps:


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

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