◆ 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 | ) |
|
◆ fps
| int io.agora.rtc.VideoFormat.fps |
|
private |
◆ height
| int io.agora.rtc.VideoFormat.height |
|
private |
◆ width
| int io.agora.rtc.VideoFormat.width |
|
private |
The documentation for this class was generated from the following file: