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

Data Fields

int width
 
int height
 

Detailed Description

The definition of the VideoDimensions struct.

Constructor & Destructor Documentation

◆ VideoDimensions() [1/2]

VideoDimensions ( )
inline

◆ VideoDimensions() [2/2]

VideoDimensions ( int  w,
int  h 
)
inline

Member Function Documentation

◆ operator==()

bool operator== ( const VideoDimensions rhs) const
inline

Field Documentation

◆ width

int width

The width of the video, in pixels.

◆ height

int height

The height of the video, in pixels.