Agora Java API Reference for Android
|
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 |
int io.agora.rtc2.video.CameraCapturerConfiguration.CaptureFormat.width |
The width (px) of the video image captured by the local camera.
int io.agora.rtc2.video.CameraCapturerConfiguration.CaptureFormat.height |
The height (px) of the video image captured by the local camera.
int io.agora.rtc2.video.CameraCapturerConfiguration.CaptureFormat.fps |
The fps of the video image captured by the local camera.