NERtc Unity SDK
V4.5.907
|
Public 属性 | |
RtcVideoType | format |
ulong | timestamp |
uint | width |
uint | height |
RtcVideoRotation | rotation |
IntPtr | buffer |
外部输入的视频帧。
RtcVideoType nertc.RtcExternalVideoFrame.format |
视频帧格式,详细信息请参考 RtcVideoType 。
ulong nertc.RtcExternalVideoFrame.timestamp |
视频时间戳,单位为毫秒。
uint nertc.RtcExternalVideoFrame.width |
视频桢宽度
uint nertc.RtcExternalVideoFrame.height |
视频桢宽高
RtcVideoRotation nertc.RtcExternalVideoFrame.rotation |
视频旋转角度 详见: RtcVideoRotation
IntPtr nertc.RtcExternalVideoFrame.buffer |
视频桢数据