cn.tee3.avd_SDK-C++  2.1.0
Public 成员函数 | Public 属性 | 所有成员列表
AudioCodecInst结构体 参考

音频编码信息 更多...

Public 成员函数

bool operator== (const AudioCodecInst &other) const
 
bool operator!= (const AudioCodecInst &other) const
 
AudioCodecInstoperator= (const AudioCodecInst &other)
 

Public 属性

int pltype
 
char plname [32]
 
int plfreq
 
int pacsize
 
int channels
 
int rate
 

详细描述

音频编码信息

在声音回调的时候使用,明确回调数据的编码信息。

成员函数说明

◆ operator!=()

bool AudioCodecInst::operator!= ( const AudioCodecInst other) const

◆ operator=()

AudioCodecInst& AudioCodecInst::operator= ( const AudioCodecInst other)

参考 channels, pacsize, plfreq, plname, pltype , 以及 rate.

◆ operator==()

bool AudioCodecInst::operator== ( const AudioCodecInst other) const

参考 channels, pacsize, plfreq, pltype , 以及 rate.

类成员变量说明

◆ channels

int AudioCodecInst::channels

参考自 operator=() , 以及 operator==().

◆ pacsize

int AudioCodecInst::pacsize

参考自 operator=() , 以及 operator==().

◆ plfreq

int AudioCodecInst::plfreq

参考自 operator=() , 以及 operator==().

◆ plname

char AudioCodecInst::plname[32]

参考自 operator=().

◆ pltype

int AudioCodecInst::pltype

参考自 operator=() , 以及 operator==().

◆ rate

int AudioCodecInst::rate

参考自 operator=() , 以及 operator==().


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