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

Data Fields

int width
 
int height
 

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 (pixels) of the video.

◆ height

int height

The height (pixels) of the video.