cn.tee3.avd_SDK-Objectc  2.1.0
AVDVideoDevice.h
浏览该文件的文档.
1 //
2 // AVDVideoDevice.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 "AVDCommon.h"
10 #import "AVDDevice.h"
13 
20 
21 @property(nonatomic, assign) NSInteger level;
22 @property(nonatomic, strong) NSString* adescription;
23 @property(nonatomic, strong) AVDVideoDeviceOptions* deviceQualities;
24 @property(nonatomic, strong) AVDPublishVideoOptions* publishedQualities;
26 @end
设备信息结构.
Definition: AVDVideoDevice.h:19
视频质量类.
Definition: AVDPublishVideoOptions.h:37
NSString * adescription
应用层对设备的描述,应用层开发可用
Definition: AVDVideoDevice.h:22
设备信息结构.
Definition: AVDDevice.h:27
NSInteger level
应用层对设备设置的数据,可用于表示视频权重等, 应用层开发可用
Definition: AVDVideoDevice.h:21
AVDPublishVideoOptions * publishedQualities
视频质量类型集:publish时是指发布视频的质量,可设置多个值;
Definition: AVDVideoDevice.h:24
AVDVideoDeviceOptions * deviceQualities
视频质量类型集:摄像头通知时指摄像头支持视频质量
Definition: AVDVideoDevice.h:23
视频质量类.
Definition: AVDVideoDeviceOptions.h:32