NERTC iOS SDK V5.6.40
载入中...
搜索中...
未找到
NERtcAudioFormat类 参考

#include <NERtcEngineBase.h>

类 NERtcAudioFormat 继承关系图:

属性

NERtcAudioType type
 
uint32_t channels
 
uint32_t sampleRate
 
uint32_t bytesPerSample
 
uint32_t samplesPerChannel
 

详细描述

音频格式。

属性说明

◆ bytesPerSample

- (uint32_t) bytesPerSample
readwritenonatomicassign

每个采样点的字节数。

◆ channels

- (uint32_t) channels
readwritenonatomicassign

音频声道数。 1:单声道。 2:双声道。

◆ sampleRate

- (uint32_t) sampleRate
readwritenonatomicassign

音频采样率。

◆ samplesPerChannel

- (uint32_t) samplesPerChannel
readwritenonatomicassign

每个声道的采样点数。

◆ type

- (NERtcAudioType) type
readwritenonatomicassign

音频 PCM 类型。详细信息请参考 NERtcAudioType


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