NERtc Unity SDK
V5.4.5
|
Public 属性 | |
RtcAudioType | type |
uint | channels |
uint | sampleRate |
uint | bytesPerSample |
uint | samplesPerChannel |
音频格式。
RtcAudioType nertc.RtcAudioFormat.type |
音频类型。
uint nertc.RtcAudioFormat.channels |
音频声道数量。如果是立体声,数据是交叉的。单声道: 1;双声道 : 2。
uint nertc.RtcAudioFormat.sampleRate |
采样率。
uint nertc.RtcAudioFormat.bytesPerSample |
每个采样点的字节数。对于 PCM 来说,一般使用 16 bit,即两个字节。
uint nertc.RtcAudioFormat.samplesPerChannel |
每个房间的样本数量。