NERtc Unity SDK
V5.4.5
|
Public 属性 | |
RtcVideoType | format |
ulong | timestamp |
uint | width |
uint | height |
int | count |
long[] | 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的数目
long [] nertc.RtcExternalVideoFrame.offsets |
每类数据偏移
uint [] nertc.RtcExternalVideoFrame.strides |
每类数据步进
RtcVideoRotation nertc.RtcExternalVideoFrame.rotation |
视频旋转角度 详见: RtcVideoRotation
IntPtr nertc.RtcExternalVideoFrame.buffer |
视频桢数据
long nertc.RtcExternalVideoFrame.bufferLength |
视频桢数据长度