|
NERtc Unity SDK V.5.4.128
|
Public 属性 | |
| RtcVideoType | format |
| uint | width |
| uint | height |
| RtcVideoRotation | rotation |
| IntPtr | buffer |
| uint[] | 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 |
视频桢数据。
| uint [] nertc.RtcVideoFrame.offsets |
每类数据偏移。
| uint [] nertc.RtcVideoFrame.strides |
每类数据步进。