Server Gateway SDK v3.7.200.21 for Linux Java
Public Member Functions | List of all members
io.agora.rtc.VideoDimensions Class Reference

Public Member Functions

 VideoDimensions ()
 
 VideoDimensions (int width, int height)
 
int getWidth ()
 
void setWidth (int width)
 
int getHeight ()
 
void setHeight (int height)
 

Detailed Description

The VideoDimensions class.

Constructor & Destructor Documentation

◆ VideoDimensions() [1/2]

io.agora.rtc.VideoDimensions.VideoDimensions ( )

◆ VideoDimensions() [2/2]

io.agora.rtc.VideoDimensions.VideoDimensions ( int  width,
int  height 
)

Constructor.

Parameters
widthThe width of the video in number of pixels.
heightThe height of the video in number of pixels.

Member Function Documentation

◆ getHeight()

int io.agora.rtc.VideoDimensions.getHeight ( )

◆ getWidth()

int io.agora.rtc.VideoDimensions.getWidth ( )

◆ setHeight()

void io.agora.rtc.VideoDimensions.setHeight ( int  height)

◆ setWidth()

void io.agora.rtc.VideoDimensions.setWidth ( int  width)

The documentation for this class was generated from the following file: