Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
io.agora.rtc2.video.VideoEncoderConfiguration.VideoDimensions Class Reference

The video dimension. More...

Public Member Functions

 VideoDimensions (int width, int height)
 

Public Attributes

int width
 
int height
 

Detailed Description

The video dimension.

Member Data Documentation

◆ width

int io.agora.rtc2.video.VideoEncoderConfiguration.VideoDimensions.width

The width (pixels) of the video.

◆ height

int io.agora.rtc2.video.VideoEncoderConfiguration.VideoDimensions.height

The height (pixels) of the video.