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

Public Member Functions

 CaptureFormat (int width, int height, int fps)
 
int getHeight ()
 
int getWidth ()
 
int getFps ()
 
String toString ()
 

Public Attributes

int width
 
int height
 
int fps
 

Member Data Documentation

◆ width

int io.agora.rtc2.video.CameraCapturerConfiguration.CaptureFormat.width

The width (px) of the video image captured by the local camera.

◆ height

int io.agora.rtc2.video.CameraCapturerConfiguration.CaptureFormat.height

The height (px) of the video image captured by the local camera.

◆ fps

int io.agora.rtc2.video.CameraCapturerConfiguration.CaptureFormat.fps

The fps of the video image captured by the local camera.