Agora C++ API Reference for All Platforms
agora::rtc::SIZE Struct Reference

#include <IAgoraRtcEngine.h>

Public Member Functions

 SIZE ()
 
 SIZE (int w, int h)
 

Public Attributes

int width
 
int height
 

Detailed Description

The target size of the thumbnail or icon.

Since
v3.5.2
Note
This stucture is only available for the macOS platform. For the Windows platform, use the native SIZE.

Constructor & Destructor Documentation

◆ SIZE() [1/2]

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

◆ SIZE() [2/2]

agora::rtc::SIZE::SIZE ( int  w,
int  h 
)
inline

Member Data Documentation

◆ width

int agora::rtc::SIZE::width

The target width (px) of the thumbnail or icon. The default value is 0.

◆ height

int agora::rtc::SIZE::height

The target height (px) of the thumbnail or icon. The default value is 0.