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 image captured by the local camera. -
height
public int heightThe height (px) of the video image captured by the local camera. -
fps
public int fpsThe fps of the video image captured by the local camera.
-
-
Constructor Details
-
CaptureFormat
public CaptureFormat(int width, int height, int fps) -
CaptureFormat
public CaptureFormat()
-
-
Method Details