|
NERtc Unity SDK
V5.4.5
|
Public 属性 | |
| RtcVideoType | format |
| uint | width |
| uint | height |
| RtcVideoRotation | rotation |
| IntPtr | buffer |
| long[] | offsets |
| uint[] | strides |
渲染视频帧。
| RtcVideoType nertc.RtcVideoFrame.format |
视频帧格式,详细信息请参考 RtcVideoType 。
| uint nertc.RtcVideoFrame.width |
视频桢宽度
| uint nertc.RtcVideoFrame.height |
视频桢宽高
| RtcVideoRotation nertc.RtcVideoFrame.rotation |
视频旋转角度 详见: RtcVideoRotation
| IntPtr nertc.RtcVideoFrame.buffer |
视频桢数据
| long [] nertc.RtcVideoFrame.offsets |
每类数据偏移
| uint [] nertc.RtcVideoFrame.strides |
每类数据步进