|
Agora Java API Reference for Android
|
The format of the video frame. More...
#include <AgoraBase.h>
Public Member Functions | |
| 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.
| agora::rtc::VideoFormat::OPTIONAL_ENUM_SIZE_T |
| int agora::rtc::VideoFormat::width |
The width (px) of the video frame. The default value is 960.
| int agora::rtc::VideoFormat::height |
The height (px) of the video frame. The default value is 540.
| int agora::rtc::VideoFormat::fps |
The video frame rate (fps). The default value is 15.
1.8.18