|
Server Gateway SDK v3.7.200.21 for Linux Java
|
Public Member Functions | |
| VideoDimensions () | |
| VideoDimensions (int width, int height) | |
| int | getWidth () |
| void | setWidth (int width) |
| int | getHeight () |
| void | setHeight (int height) |
The VideoDimensions class.
| io.agora.rtc.VideoDimensions.VideoDimensions | ( | ) |
| io.agora.rtc.VideoDimensions.VideoDimensions | ( | int | width, |
| int | height | ||
| ) |
Constructor.
| width | The width of the video in number of pixels. |
| height | The height of the video in number of pixels. |
| int io.agora.rtc.VideoDimensions.getHeight | ( | ) |
| int io.agora.rtc.VideoDimensions.getWidth | ( | ) |
| void io.agora.rtc.VideoDimensions.setHeight | ( | int | height | ) |
| void io.agora.rtc.VideoDimensions.setWidth | ( | int | width | ) |