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

Public Member Functions

 VideoDimensions (int width, int height)
 

Public Attributes

int width
 
int height
 

Detailed Description

The video dimensions.

Member Data Documentation

◆ width

int io.agora.rte.media.video.AgoraRteVideoEncoderConfiguration.VideoDimensions.width

The width of the video.

◆ height

int io.agora.rte.media.video.AgoraRteVideoEncoderConfiguration.VideoDimensions.height

The height of the video.