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