NERtc UE SDK  V5.4.109
Public 属性 | 所有成员列表
nertc::NERtcVideoFrame结构体 参考

#include <NertcEngineDefines.h>

Public 属性

NERtcVideoType format
 
uint64_t timestamp
 
uint32_t width
 
uint32_t height
 
int count
 
uint32_t offset [4]
 
uint32_t stride [4]
 
NERtcVideoRotation rotation
 
void * buffer
 
int64_t buffer_length
 

详细描述

外部输入的视频桢。

类成员变量说明

◆ buffer

void* nertc::NERtcVideoFrame::buffer

视频桢数据

◆ buffer_length

int64_t nertc::NERtcVideoFrame::buffer_length

视频桢数据长度

◆ count

int nertc::NERtcVideoFrame::count

数据类型个数,即offset及stride的数目

◆ format

NERtcVideoType nertc::NERtcVideoFrame::format

视频帧格式,详细信息请参考 NERtcVideoType。

◆ height

uint32_t nertc::NERtcVideoFrame::height

视频桢宽高

◆ offset

uint32_t nertc::NERtcVideoFrame::offset[4]

每类数据偏移

◆ rotation

NERtcVideoRotation nertc::NERtcVideoFrame::rotation

视频旋转角度 详见: NERtcVideoRotation

◆ stride

uint32_t nertc::NERtcVideoFrame::stride[4]

每类数据步进

◆ timestamp

uint64_t nertc::NERtcVideoFrame::timestamp

视频时间戳,单位为毫秒。

◆ width

uint32_t nertc::NERtcVideoFrame::width

视频桢宽度


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