NERtc Windows SDK
V4.4.301
|
#include <nertc_engine_defines.h>
Public 属性 | |
uint32_t | channels |
uint32_t | sample_rate |
NERtcRawAudioFrameOpModeType | mode = kNERtcRawAudioFrameOpModeReadWrite |
The audio frame request format.
uint32_t nertc::NERtcAudioFrameRequestFormat::channels |
the number of channels. If the audio is a stereo sound, the data is interleaved. mono: 1. stereo: 2.
NERtcRawAudioFrameOpModeType nertc::NERtcAudioFrameRequestFormat::mode = kNERtcRawAudioFrameOpModeReadWrite |
Read and write mode.
uint32_t nertc::NERtcAudioFrameRequestFormat::sample_rate |
The sample rate.