Emx::MediaInfAenc::Param结构体 参考

音频编码持久化参数

#include "MediaInfAenc.hpp"

Public 属性

AudioCodecE codec
 编码类型 更多...
 
int32_t bitRate
 码率 更多...
 
int32_t sampleRate
 采样率 更多...
 
int32_t volume
 音量大小 更多...
 
uint8_t bitWidth
 采样位宽 更多...
 
bool aec
 
bool mute
 回声消除 更多...
 
int chnNum
 通道数量 1:单通道 2:双通道(立体声) 更多...
 

类成员变量说明

◆ codec

AudioCodecE Emx::MediaInfAenc::Param::codec

◆ bitRate

int32_t Emx::MediaInfAenc::Param::bitRate

◆ sampleRate

int32_t Emx::MediaInfAenc::Param::sampleRate

◆ volume

int32_t Emx::MediaInfAenc::Param::volume

◆ bitWidth

uint8_t Emx::MediaInfAenc::Param::bitWidth

◆ aec

bool Emx::MediaInfAenc::Param::aec

◆ mute

bool Emx::MediaInfAenc::Param::mute

是否静音

◆ chnNum

int Emx::MediaInfAenc::Param::chnNum