NERtc Windows SDK  V4.4.301
Public 属性 | 所有成员列表
nertc::NERtcVideoFrame结构体 参考

#include <nertc_engine_defines.h>

Public 属性

NERtcVideoType format
 
uint64_t timestamp
 
uint32_t width
 
uint32_t height
 
NERtcVideoRotation rotation
 
void * buffer
 

详细描述

Video frame of external input.

类成员变量说明

◆ buffer

void* nertc::NERtcVideoFrame::buffer

Video frame data.

◆ format

NERtcVideoType nertc::NERtcVideoFrame::format

The video frame format. For more information, see NERtcVideoType.

◆ height

uint32_t nertc::NERtcVideoFrame::height

Video frame height.

◆ rotation

NERtcVideoRotation nertc::NERtcVideoFrame::rotation

For more information about video rotation angle, see NERtcVideoRotation.

◆ timestamp

uint64_t nertc::NERtcVideoFrame::timestamp

The video timestamp. Unit: milliseconds.

◆ width

uint32_t nertc::NERtcVideoFrame::width

Video frame width.


该结构体的文档由以下文件生成: