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

音频参数信息结构. 更多...

类 AVDAudioParams 继承关系图:

构造函数

(instancetype) - initWithChannel:sampleRate:bitrate:
 

属性

NSUInteger channel
 
NSUInteger sampleRate
 
NSUInteger bitrate
 

详细描述

音频参数信息结构.

音频参数结构定义了音频采集相关参数。

函数文档

◆ initWithChannel:sampleRate:bitrate:()

- (instancetype) initWithChannel: (NSInteger)  c
sampleRate: (NSInteger)  s
bitrate: (NSInteger)  b 

属性说明

◆ bitrate

- (NSUInteger) bitrate
readwritenonatomicassign

◆ channel

- (NSUInteger) channel
readwritenonatomicassign

◆ sampleRate

- (NSUInteger) sampleRate
readwritenonatomicassign

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