NERtc Unity SDK
V4.5.907
|
Public Attributes | |
RtcVideoType | format |
ulong | timestamp |
uint | width |
uint | height |
RtcVideoRotation | rotation |
IntPtr | buffer |
Video frame of external input.
RtcVideoType nertc.RtcExternalVideoFrame.format |
The video frame format. For more information, see RtcVideoType .
ulong nertc.RtcExternalVideoFrame.timestamp |
The video timestamp. Unit: milliseconds.
uint nertc.RtcExternalVideoFrame.width |
Video frame width.
uint nertc.RtcExternalVideoFrame.height |
Video frame height.
RtcVideoRotation nertc.RtcExternalVideoFrame.rotation |
For more information about video rotation angle, see RtcVideoRotation.
IntPtr nertc.RtcExternalVideoFrame.buffer |
Video frame data.