NERtc Unity SDK  V5.4.5
Public 属性 | 所有成员列表
nertc.RtcVideoFrame结构体 参考

Public 属性

RtcVideoType format
 
uint width
 
uint height
 
RtcVideoRotation rotation
 
IntPtr buffer
 
long[] offsets
 
uint[] strides
 

详细描述

渲染视频帧。

类成员变量说明

◆ format

RtcVideoType nertc.RtcVideoFrame.format

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

◆ width

uint nertc.RtcVideoFrame.width

视频桢宽度

◆ height

uint nertc.RtcVideoFrame.height

视频桢宽高

◆ rotation

RtcVideoRotation nertc.RtcVideoFrame.rotation

视频旋转角度 详见: RtcVideoRotation

◆ buffer

IntPtr nertc.RtcVideoFrame.buffer

视频桢数据

◆ offsets

long [] nertc.RtcVideoFrame.offsets

每类数据偏移

◆ strides

uint [] nertc.RtcVideoFrame.strides

每类数据步进


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