C++SDK
1.0.0
|
#include <combase.h>
Public 成员函数 | |
bool | operator== (const AudioCodecInst &other) const |
bool | operator!= (const AudioCodecInst &other) const |
AudioCodecInst & | operator= (const AudioCodecInst &other) |
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 |
音频编码信息
在声音回调的时候使用,明确回调数据的编码信息。
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
int AudioCodecInst::channels |
int AudioCodecInst::pacsize |
int AudioCodecInst::plfreq |
char AudioCodecInst::plname |
int AudioCodecInst::pltype |
int AudioCodecInst::rate |