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

Public Attributes

RtcVideoType format
 
uint width
 
uint height
 
RtcVideoRotation rotation
 
IntPtr buffer
 
uint[] offsets
 
uint[] strides
 

Detailed Description

Video frame of render.

Member Data Documentation

◆ format

RtcVideoType nertc.RtcVideoFrame.format

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

◆ width

uint nertc.RtcVideoFrame.width

Video frame width.

◆ height

uint nertc.RtcVideoFrame.height

Video frame height.

◆ rotation

RtcVideoRotation nertc.RtcVideoFrame.rotation

For more information about video rotation angle, see RtcVideoRotation.

◆ buffer

IntPtr nertc.RtcVideoFrame.buffer

Video frame data.

◆ offsets

uint [] nertc.RtcVideoFrame.offsets

offset of Video frame data .

◆ strides

uint [] nertc.RtcVideoFrame.strides

stride of Video frame data .


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