Agora C++ API Reference for All Platforms
|
Public Member Functions | |
VideoFormat () | |
VideoFormat (int w, int h, int f) | |
bool | operator< (const VideoFormat &fmt) const |
bool | operator== (const VideoFormat &fmt) const |
bool | operator!= (const VideoFormat &fmt) const |
Public Attributes | |
OPTIONAL_ENUM_SIZE_T | |
int | width |
int | height |
int | fps |
The format of the video frame.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
agora::rtc::VideoFormat::OPTIONAL_ENUM_SIZE_T |
int agora::rtc::VideoFormat::width |
The width (px) of the video.
int agora::rtc::VideoFormat::height |
The height (px) of the video.
int agora::rtc::VideoFormat::fps |
The video frame rate (fps).