Agora Java API Reference for Android
|
#include <AgoraBase.h>
Public Member Functions | |
VideoFormat (int w, int h, int f) | |
Public Attributes | |
OPTIONAL_ENUM_SIZE_T | |
int | width |
int | height |
int | fps |
The definition of the VideoFormat struct.
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).