NERtc Windows SDK  V4.4.301
Public 属性 | 所有成员列表
nertc::NERtcAudioFrameRequestFormat结构体 参考

#include <nertc_engine_defines.h>

Public 属性

uint32_t channels
 
uint32_t sample_rate
 
NERtcRawAudioFrameOpModeType mode = kNERtcRawAudioFrameOpModeReadWrite
 

详细描述

The audio frame request format.

类成员变量说明

◆ channels

uint32_t nertc::NERtcAudioFrameRequestFormat::channels

the number of channels. If the audio is a stereo sound, the data is interleaved. mono: 1. stereo: 2.

◆ mode

NERtcRawAudioFrameOpModeType nertc::NERtcAudioFrameRequestFormat::mode = kNERtcRawAudioFrameOpModeReadWrite

Read and write mode.

◆ sample_rate

uint32_t nertc::NERtcAudioFrameRequestFormat::sample_rate

The sample rate.


该结构体的文档由以下文件生成: