NERtc Windows SDK
V4.4.301
|
#include <nertc_engine_defines.h>
Public 属性 | |
NERtcAudioType | type |
uint32_t | channels |
uint32_t | sample_rate |
uint32_t | bytes_per_sample |
uint32_t | samples_per_channel |
The audio format.
uint32_t nertc::NERtcAudioFormat::bytes_per_sample |
The number of bytes per sample. For PCM, 16 bits are used, which means 2 bytes.
uint32_t nertc::NERtcAudioFormat::channels |
the number of channels. If the audio is a stereo sound, the data interleaved. mono: 1. stereo: 2.
uint32_t nertc::NERtcAudioFormat::sample_rate |
The sample rate.
uint32_t nertc::NERtcAudioFormat::samples_per_channel |
The number of samples per room.
NERtcAudioType nertc::NERtcAudioFormat::type |
Audio type.