cn.tee3.avd_SDK-C++
2.1.0
|
音频编码信息 更多...
Public 成员函数 | |
bool | operator== (const AudioCodecInst &other) const |
bool | operator!= (const AudioCodecInst &other) const |
AudioCodecInst & | operator= (const AudioCodecInst &other) |
Public 属性 | |
int | pltype |
char | plname [32] |
int | plfreq |
int | pacsize |
int | channels |
int | rate |
音频编码信息
在声音回调的时候使用,明确回调数据的编码信息。
bool AudioCodecInst::operator!= | ( | const AudioCodecInst & | other | ) | const |
AudioCodecInst& AudioCodecInst::operator= | ( | const AudioCodecInst & | other | ) |
bool AudioCodecInst::operator== | ( | const AudioCodecInst & | other | ) | const |
int AudioCodecInst::channels |
参考自 operator=() , 以及 operator==().
int AudioCodecInst::pacsize |
参考自 operator=() , 以及 operator==().
int AudioCodecInst::plfreq |
参考自 operator=() , 以及 operator==().
char AudioCodecInst::plname[32] |
参考自 operator=().
int AudioCodecInst::pltype |
参考自 operator=() , 以及 operator==().
int AudioCodecInst::rate |
参考自 operator=() , 以及 operator==().