#include <AgoraBase.h>
|
| VideoFormat (int w, int h, int f) |
|
bool | operator< (const VideoFormat &fmt) const |
|
The definition of the VideoFormat struct.
◆ OPTIONAL_ENUM_SIZE_T
agora::rtc::VideoFormat::OPTIONAL_ENUM_SIZE_T |
Initial value:{
kMaxWidthInPixels = 3840,
kMaxHeightInPixels = 2160,
kMaxFps = 60,
}
◆ width
int agora::rtc::VideoFormat::width |
The width (px) of the video.
◆ height
int agora::rtc::VideoFormat::height |
The height (px) of the video.
◆ fps
int agora::rtc::VideoFormat::fps |
The video frame rate (fps).