Agora RTC Objective-C API Reference  Refactor
Data Fields
VideoFormat Struct Reference

Data Fields

int width
 
int height
 
int fps
 

Detailed Description

The definition of the VideoFormat struct.

Constructor & Destructor Documentation

◆ VideoFormat() [1/2]

VideoFormat ( )
inline

◆ VideoFormat() [2/2]

VideoFormat ( int  w,
int  h,
int  f 
)
inline

Field Documentation

◆ OPTIONAL_ENUM_SIZE_T

OPTIONAL_ENUM_SIZE_T
Initial value:
{
kMaxWidthInPixels = 3840,
kMaxHeightInPixels = 2160,
kMaxFps = 60,
}

◆ width

int width

The width (px) of the video.

◆ height

int height

The height (px) of the video.

◆ fps

int fps

The video frame rate (fps).