cn.tee3.avd_SDK-Objectc  2.1.0
AVDVideoParams.h
浏览该文件的文档.
1 //
2 // AVDVideoParams.h
3 // avd_sdk
4 //
5 // Created by skin on 15-9-19.
6 // Copyright (c) 2015年 t3ee. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "AVDCameraCapability.h"
11 
18 @property(nonatomic, assign) BOOL usedFront;
20 - (instancetype) initWithWidth:(NSInteger)w height:(NSInteger)h fps:(NSInteger)fps;
21 
22 @end
BOOL usedFront
开启时是否使用前置摄像头
Definition: AVDVideoParams.h:18
视频参数信息结构.
Definition: AVDVideoParams.h:17
NSInteger height
视频高度
Definition: AVDCameraCapability.h:21
视频采集信息结构.
Definition: AVDCameraCapability.h:16