|
Agora Java API Reference for Android
|
The format of the video frame. More...
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 |
The format of the video frame.
| int io.agora.rtc2.video.CameraCapturerConfiguration.CaptureFormat.width |
The width (px) of the video frame. The default value is 960.
| int io.agora.rtc2.video.CameraCapturerConfiguration.CaptureFormat.height |
The height (px) of the video frame. The default value is 540.
| int io.agora.rtc2.video.CameraCapturerConfiguration.CaptureFormat.fps |
The video frame rate (fps). The default value is 15.
1.8.18