NERtc Unity SDK V.5.4.128
|
Public 属性 | |
RtcVideoType | format |
ulong | timestamp |
uint | width |
uint | height |
int | count |
uint[] | offsets |
uint[] | strides |
RtcVideoRotation | rotation |
IntPtr | buffer |
long | bufferLength |
外部输入的视频帧。
RtcVideoType nertc.RtcExternalVideoFrame.format |
视频帧格式,详细信息请参考 RtcVideoType 。
ulong nertc.RtcExternalVideoFrame.timestamp |
视频时间戳,单位为毫秒。
uint nertc.RtcExternalVideoFrame.width |
视频桢宽度。
uint nertc.RtcExternalVideoFrame.height |
视频桢宽高。
int nertc.RtcExternalVideoFrame.count |
数据类型个数,即 offset 及 stride 的数目。
uint [] nertc.RtcExternalVideoFrame.offsets |
每类数据偏移。
uint [] nertc.RtcExternalVideoFrame.strides |
每类数据步进。
RtcVideoRotation nertc.RtcExternalVideoFrame.rotation |
视频旋转角度 参考:#RtcVideoRotation
IntPtr nertc.RtcExternalVideoFrame.buffer |
视频桢数据。
long nertc.RtcExternalVideoFrame.bufferLength |
视频桢数据长度。