NERtc Unity SDK V.5.4.128
载入中...
搜索中...
未找到
nertc.RtcVideoFrame结构体 参考

Public 属性

RtcVideoType format
 
uint width
 
uint height
 
RtcVideoRotation rotation
 
IntPtr buffer
 
uint[] 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

uint [] nertc.RtcVideoFrame.offsets

每类数据偏移。

◆ strides

uint [] nertc.RtcVideoFrame.strides

每类数据步进。


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