Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
agora::rtc::VideoDimensions Struct Reference

The video dimension. More...

#include <AgoraBase.h>

Public Member Functions

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

Public Attributes

int width
 
int height
 

Detailed Description

The video dimension.

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.