|
NERtc Windows SDK
V5.4.10
|
#include <nertc_engine_defines.h>
Public 属性 | |
| NERtcVideoType | format |
| uint64_t | timestamp |
| uint32_t | width |
| uint32_t | height |
| NERtcVideoRotation | rotation |
| void * | buffer |
外部输入的视频帧。
| void* nertc::NERtcVideoFrame::buffer |
视频帧数据
| NERtcVideoType nertc::NERtcVideoFrame::format |
视频帧格式,详细信息请参考 NERtcVideoType。
| uint32_t nertc::NERtcVideoFrame::height |
视频帧宽高
| NERtcVideoRotation nertc::NERtcVideoFrame::rotation |
视频旋转角度 详见: NERtcVideoRotation
| uint64_t nertc::NERtcVideoFrame::timestamp |
视频时间戳,单位为毫秒。
| uint32_t nertc::NERtcVideoFrame::width |
视频帧宽度