Agora C++ API Reference for All Platforms
Loading...
Searching...
No Matches
agora::rtc::VideoDimensions Struct Reference

#include <AgoraBase.h>

Public Member Functions

 VideoDimensions ()
 
 VideoDimensions (int w, int h)
 
bool operator== (const VideoDimensions &rhs) const
 

Public Attributes

int width
 
int height
 

Constructor & Destructor Documentation

◆ VideoDimensions() [1/2]

agora::rtc::VideoDimensions::VideoDimensions ( )
inline

◆ VideoDimensions() [2/2]

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

Member Function Documentation

◆ operator==()

bool agora::rtc::VideoDimensions::operator== ( const VideoDimensions & rhs) const
inline

Member Data Documentation

◆ width

int agora::rtc::VideoDimensions::width

The width (pixels) of the video.

◆ height

int agora::rtc::VideoDimensions::height

The height (pixels) of the video.