|
音视频通讯SDK API参考手册
Windows 1.6.0
|
音频数据帧。 更多...
#include <av_common.h>
Public 成员函数 | |
| AudioFrame () | |
Public 属性 | |
| std::string | identifier |
| 音频帧所属的房间成员id。 更多... | |
| AudioFrameDesc | desc |
| 音频帧描述。 更多... | |
| uint32 | data_size |
| 视频帧的数据缓冲区大小,单位:字节。 更多... | |
| uint8 * | data |
| 视频帧的数据缓冲区,SDK内部会管理缓冲区的分配和释放。 更多... | |
音频数据帧。
| tencent::av::AudioFrame::AudioFrame | ( | ) |
| uint8* tencent::av::AudioFrame::data |
| uint32 tencent::av::AudioFrame::data_size |
| AudioFrameDesc tencent::av::AudioFrame::desc |
| std::string tencent::av::AudioFrame::identifier |