Package io.agora.rtc2.video
Class CameraCapturerConfiguration.CaptureFormat
java.lang.Object
io.agora.rtc2.video.CameraCapturerConfiguration.CaptureFormat
- Enclosing class:
- CameraCapturerConfiguration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
width
public int widthThe width (px) of the video frame. The default value is 960. -
height
public int heightThe height (px) of the video frame. The default value is 540. -
fps
public int fpsThe video frame rate (fps). The default value is 15.
-
-
Constructor Details
-
CaptureFormat
public CaptureFormat(int width, int height, int fps) -
CaptureFormat
public CaptureFormat()
-
-
Method Details