Agora Java API Reference for Android
|
#include <AgoraBase.h>
Public Member Functions | |
VideoDimensions (int w, int h) | |
bool | operator== (const VideoDimensions &rhs) const |
Public Attributes | |
int | width |
int | height |
The definition of the VideoDimensions struct.
int agora::rtc::VideoDimensions::width |
The width of the video in number of pixels.
int agora::rtc::VideoDimensions::height |
The height of the video in number of pixels.