cn.tee3.avd_SDK-Objectc  2.1.0
AVDAudioInfo.h
浏览该文件的文档.
1 //
2 // AVDAudioInfo.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 
17 @interface AVDAudioInfo : NSObject
18 
19 @property(nonatomic, assign) NSInteger inputLevel;
20 @property(nonatomic, assign) NSInteger outputLevel;
21 @property(nonatomic, strong, readonly) NSDictionary* activeStreams;
25 - (BOOL) isValid;
26 
27 @end
BOOL isValid()
判断设备对象是否有效
语音激励信息结构.
Definition: AVDAudioInfo.h:17
NSDictionary * activeStreams
远端用户的语音能量对应表,只包含能量大于0的用户
Definition: AVDAudioInfo.h:21
NSInteger inputLevel
本地语音输入能量
Definition: AVDAudioInfo.h:19
NSInteger outputLevel
本地语音输出能量
Definition: AVDAudioInfo.h:20