◆ VideoFormat() [1/2]
io.agora.rtc.VideoFormat.VideoFormat |
( |
| ) |
|
◆ VideoFormat() [2/2]
io.agora.rtc.VideoFormat.VideoFormat |
( |
int |
width, |
|
|
int |
height, |
|
|
int |
fps |
|
) |
| |
Constructor.
- Parameters
-
width | The width (px) of the video. |
height | The height (px) of the video. |
fps | The video frame rate (fps). |
◆ getFps()
int io.agora.rtc.VideoFormat.getFps |
( |
| ) |
|
◆ getHeight()
int io.agora.rtc.VideoFormat.getHeight |
( |
| ) |
|
◆ getWidth()
int io.agora.rtc.VideoFormat.getWidth |
( |
| ) |
|
◆ setFps()
void io.agora.rtc.VideoFormat.setFps |
( |
int |
fps | ) |
|
◆ setHeight()
void io.agora.rtc.VideoFormat.setHeight |
( |
int |
height | ) |
|
◆ setWidth()
void io.agora.rtc.VideoFormat.setWidth |
( |
int |
width | ) |
|
The documentation for this class was generated from the following file: