public static class BaseVideoCapturer.CaptureSettings
extends java.lang.Object
BaseVideoCapturer.getCaptureSettings()
Modifier and Type | Field and Description |
---|---|
int |
expectedDelay
The estimated capture delay, in milliseconds, of the video.
|
int |
format
The pixel format.
|
int |
fps
The estimated number of frames per second in the video.
|
int |
height
The height of the video, in pixels.
|
int |
width
The width of the video, in pixels.
|
Constructor and Description |
---|
CaptureSettings() |
public int format
BaseVideoCapturer.ARGB
and
BaseVideoCapturer.NV21
constants.public int width
public int height
public int fps
public int expectedDelay