Agora Server Gateway SDK Java API Reference
Loading...
Searching...
No Matches
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)
 

Private Attributes

int width
 
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)

Member Data Documentation

◆ height

int io.agora.rtc.VideoDimensions.height
private

◆ width

int io.agora.rtc.VideoDimensions.width
private

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