NERtc Unity SDK V.5.4.124
载入中...
搜索中...
未找到
Public 属性 | 所有成员列表
nertc.RtcExternalVideoFrame结构体 参考

Public 属性

RtcVideoType format
 
ulong timestamp
 
uint width
 
uint height
 
int count
 
uint[] offsets
 
uint[] strides
 
RtcVideoRotation rotation
 
IntPtr buffer
 
long bufferLength
 

详细描述

外部输入的视频帧。

类成员变量说明

◆ format

RtcVideoType nertc.RtcExternalVideoFrame.format

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

◆ timestamp

ulong nertc.RtcExternalVideoFrame.timestamp

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

◆ width

uint nertc.RtcExternalVideoFrame.width

视频桢宽度。

◆ height

uint nertc.RtcExternalVideoFrame.height

视频桢宽高。

◆ count

int nertc.RtcExternalVideoFrame.count

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

◆ offsets

uint [] nertc.RtcExternalVideoFrame.offsets

每类数据偏移。

◆ strides

uint [] nertc.RtcExternalVideoFrame.strides

每类数据步进。

◆ rotation

RtcVideoRotation nertc.RtcExternalVideoFrame.rotation

视频旋转角度 参考:::RtcVideoRotation

◆ buffer

IntPtr nertc.RtcExternalVideoFrame.buffer

视频桢数据。

◆ bufferLength

long nertc.RtcExternalVideoFrame.bufferLength

视频桢数据长度。


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