Agora C++ API Reference for All Platforms
Public Member Functions | Public Attributes | List of all members
agora::rtc::SIZE Struct Reference

Public Member Functions

 SIZE ()
 
 SIZE (int ww, int hh)
 

Public Attributes

int width
 
int height
 

Detailed Description

The size of the screen shot to the screen or window.

Constructor & Destructor Documentation

◆ SIZE() [1/2]

agora::rtc::SIZE::SIZE ( )
inline

◆ SIZE() [2/2]

agora::rtc::SIZE::SIZE ( int  ww,
int  hh 
)
inline

Member Data Documentation

◆ width

int agora::rtc::SIZE::width

The width of the screen shot.

◆ height

int agora::rtc::SIZE::height

The width of the screen shot.