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

语音激励信息结构. 更多...

类 AVDAudioInfo 继承关系图:

构造函数

(BOOL) - isValid
 判断设备对象是否有效 更多...
 

属性

NSInteger inputLevel
 本地语音输入能量 更多...
 
NSInteger outputLevel
 本地语音输出能量 更多...
 
NSDictionary * activeStreams
 远端用户的语音能量对应表,只包含能量大于0的用户 更多...
 

详细描述

语音激励信息结构.

语音激励信息信息定义了当前房间中本地语音输入和输出能量,以及远端用户的语音能量信息。 语音能量幅度:0-9,其中0为无能量,9为最大能量

函数文档

◆ isValid()

- (BOOL) isValid

判断设备对象是否有效

属性说明

◆ activeStreams

- (NSDictionary*) activeStreams
readnonatomicstrong

远端用户的语音能量对应表,只包含能量大于0的用户

◆ inputLevel

- (NSInteger) inputLevel
readwritenonatomicassign

本地语音输入能量

◆ outputLevel

- (NSInteger) outputLevel
readwritenonatomicassign

本地语音输出能量


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