NERtc Unity SDK
V4.5.907
|
Public Attributes | |
RtcAudioType | type |
uint | channels |
uint | sampleRate |
uint | bytesPerSample |
uint | samplesPerChannel |
The audio format.
RtcAudioType nertc.RtcAudioFormat.type |
Audio type.
uint nertc.RtcAudioFormat.channels |
the number of channels. If the audio is a stereo sound, the data interleaved. mono: 1. stereo: 2.
uint nertc.RtcAudioFormat.sampleRate |
The sample rate.
uint nertc.RtcAudioFormat.bytesPerSample |
The number of bytes per sample. For PCM, 16 bits are used, which means 2 bytes.
uint nertc.RtcAudioFormat.samplesPerChannel |
The number of samples per room.