public static class CameraCapturerConfiguration.CaptureFormat
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
fps
The fps of the video image captured by the local camera.
|
int |
height
The height (px) of the video image captured by the local camera.
|
int |
width
The width (px) of the video image captured by the local camera.
|
Constructor and Description |
---|
CaptureFormat() |
CaptureFormat(int width,
int height,
int fps) |
Modifier and Type | Method and Description |
---|---|
int |
getFps() |
int |
getHeight() |
int |
getWidth() |
java.lang.String |
toString() |
public int width
public int height
public int fps