#include <AgoraBase.h>
|
| VideoFormat (int w, int h, int f) |
|
The definition of the VideoFormat struct.
◆ anonymous enum
Enumerator |
---|
kMaxWidthInPixels | The maximum value (px) of the width.
|
kMaxHeightInPixels | The maximum value (px) of the height.
|
kMaxFps | The maximum value (fps) of the frame rate.
|
◆ 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).