The definition of the VideoFormat struct.
◆ VideoFormat() [1/2]
agora::rtc::VideoFormat::VideoFormat |
( |
| ) |
|
|
inline |
◆ VideoFormat() [2/2]
agora::rtc::VideoFormat::VideoFormat |
( |
int |
w, |
|
|
int |
h, |
|
|
int |
f |
|
) |
| |
|
inline |
◆ 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).