|
NERtc Unity SDK
V4.5.907
|
Public Attributes | |
| RtcVideoType | format |
| uint | width |
| uint | height |
| RtcVideoRotation | rotation |
| IntPtr | buffer |
| uint[] | offsets |
| uint[] | strides |
Video frame of render.
| RtcVideoType nertc.RtcVideoFrame.format |
The video frame format. For more information, see RtcVideoType .
| uint nertc.RtcVideoFrame.width |
Video frame width.
| uint nertc.RtcVideoFrame.height |
Video frame height.
| RtcVideoRotation nertc.RtcVideoFrame.rotation |
For more information about video rotation angle, see RtcVideoRotation.
| IntPtr nertc.RtcVideoFrame.buffer |
Video frame data.
| uint [] nertc.RtcVideoFrame.offsets |
offset of Video frame data .
| uint [] nertc.RtcVideoFrame.strides |
stride of Video frame data .