NERTC macOS/Windows SDK V5.9.10
载入中...
搜索中...
未找到
nertc::NERtcVideoFrame结构体 参考

#include <nertc_engine_defines.h>

Public 属性

NERtcVideoType format
 
uint64_t timestamp
 
uint32_t width
 
uint32_t height
 
NERtcVideoRotation rotation
 
void * buffer
 
NERtcVideoColorSpaceRange color_space_range
 
NERtcVideoColorSpaceMatrix color_space_matrix
 
NERtcVideoColorSpacePrimary color_space_primary
 
NERtcVideoColorSpaceTransfer color_space_transfer
 

详细描述

外部输入的视频帧。

类成员变量说明

◆ buffer

void* nertc::NERtcVideoFrame::buffer

视频帧数据

◆ color_space_matrix

NERtcVideoColorSpaceMatrix nertc::NERtcVideoFrame::color_space_matrix

视频颜色空间矩阵。

◆ color_space_primary

NERtcVideoColorSpacePrimary nertc::NERtcVideoFrame::color_space_primary

视频颜色空间主色。

◆ color_space_range

NERtcVideoColorSpaceRange nertc::NERtcVideoFrame::color_space_range

视频颜色范围。

◆ color_space_transfer

NERtcVideoColorSpaceTransfer nertc::NERtcVideoFrame::color_space_transfer

视频颜色空间传输。

◆ format

NERtcVideoType nertc::NERtcVideoFrame::format

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

◆ height

uint32_t nertc::NERtcVideoFrame::height

视频帧宽高

◆ rotation

NERtcVideoRotation nertc::NERtcVideoFrame::rotation

视频旋转角度 参考 NERtcVideoRotation

◆ timestamp

uint64_t nertc::NERtcVideoFrame::timestamp

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

◆ width

uint32_t nertc::NERtcVideoFrame::width

视频帧宽度


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