| 
    Agora Server Gateway SDK Java API Reference
    
   | 
 
Public Member Functions | |
| VideoDimensions () | |
| VideoDimensions (int width, int height) | |
| int | getWidth () | 
| void | setWidth (int width) | 
| int | getHeight () | 
| void | setHeight (int height) | 
Private Attributes | |
| int | width | 
| 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 | ) | 
      
  | 
  private | 
      
  | 
  private |