NERtc Windows SDK
Public Attributes | List of all members
nertc::NERtcVideoFrame Struct Reference

#include <nertc_engine_defines.h>

Public Attributes

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

Detailed Description

外部输入的视频桢。

Member Data Documentation

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

视频桢宽度


The documentation for this struct was generated from the following file: