NERtc iOS SDK
V4.4.301
|
The audio format 更多...
#import <NERtcEngineBase.h>
属性 | |
NERtcAudioType | type |
The audio PCM type. 更多... | |
uint32_t | channels |
The number of audio channels. 更多... | |
uint32_t | sampleRate |
The audio sample rate. 更多... | |
uint32_t | bytesPerSample |
The number of bytes per sample. 更多... | |
uint32_t | samplesPerChannel |
The number of samples for each channel. 更多... | |
The audio format
|
readwritenonatomicassign |
The number of bytes per sample.
|
readwritenonatomicassign |
The number of audio channels.
1: mono sound 2: stereo sound
|
readwritenonatomicassign |
The audio sample rate.
|
readwritenonatomicassign |
The number of samples for each channel.
|
readwritenonatomicassign |
The audio PCM type.
For more information, see NERtcAudioType.