NERtc Unity SDK  V4.5.907
Public Attributes | List of all members
nertc.RtcExternalVideoFrame Struct Reference

Public Attributes

RtcVideoType format
 
ulong timestamp
 
uint width
 
uint height
 
RtcVideoRotation rotation
 
IntPtr buffer
 

Detailed Description

Video frame of external input.

Member Data Documentation

◆ format

RtcVideoType nertc.RtcExternalVideoFrame.format

The video frame format. For more information, see RtcVideoType .

◆ timestamp

ulong nertc.RtcExternalVideoFrame.timestamp

The video timestamp. Unit: milliseconds.

◆ width

uint nertc.RtcExternalVideoFrame.width

Video frame width.

◆ height

uint nertc.RtcExternalVideoFrame.height

Video frame height.

◆ rotation

RtcVideoRotation nertc.RtcExternalVideoFrame.rotation

For more information about video rotation angle, see RtcVideoRotation.

◆ buffer

IntPtr nertc.RtcExternalVideoFrame.buffer

Video frame data.


The documentation for this struct was generated from the following file: