Agora Server Gateway SDK C++ API Reference
Public Member Functions | Public Attributes | List of all members
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
 

Detailed Description

The definition of the VideoDimensions struct.

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

◆ height

int agora::rtc::VideoDimensions::height

The height of the video in number of pixels.

◆ width

int agora::rtc::VideoDimensions::width

The width of the video in number of pixels.


The documentation for this struct was generated from the following file: