NERtc Unity SDK  V4.5.907
Public 属性 | 所有成员列表
nertc.RtcExternalVideoFrame结构体 参考

Public 属性

RtcVideoType format
 
ulong timestamp
 
uint width
 
uint height
 
RtcVideoRotation rotation
 
IntPtr buffer
 

详细描述

外部输入的视频帧。

类成员变量说明

◆ format

RtcVideoType nertc.RtcExternalVideoFrame.format

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

◆ timestamp

ulong nertc.RtcExternalVideoFrame.timestamp

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

◆ width

uint nertc.RtcExternalVideoFrame.width

视频桢宽度

◆ height

uint nertc.RtcExternalVideoFrame.height

视频桢宽高

◆ rotation

RtcVideoRotation nertc.RtcExternalVideoFrame.rotation

视频旋转角度 详见: RtcVideoRotation

◆ buffer

IntPtr nertc.RtcExternalVideoFrame.buffer

视频桢数据


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