public static class ScreenCaptureParameters.VideoCaptureParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
bitrate
The video encoding bitrate (Kbps).
|
int |
contentHint
The content hint of the screen sharing:
-
SCREEN_CAPTURE_CONTENT_HINT_NONE(0)
- (Default) SCREEN_CAPTURE_CONTENT_HINT_MOTION(1)
- SCREEN_CAPTURE_CONTENT_HINT_DETAILS(2) |
int |
framerate
The video encoding frame rate (fps).
|
int |
height
The height of the video encoding resolution.
|
int |
width
The width of the video encoding resolution.
|
Constructor and Description |
---|
VideoCaptureParameters() |
Modifier and Type | Method and Description |
---|---|
int |
getBitrate() |
int |
getContentHint() |
int |
getFramerate() |
int |
getHeight() |
int |
getWidth() |
java.lang.String |
toString() |
public int bitrate
public int framerate
public int width
public int height
public int contentHint
SCREEN_CAPTURE_CONTENT_HINT_NONE(0)
- (Default) SCREEN_CAPTURE_CONTENT_HINT_MOTION(1)
- SCREEN_CAPTURE_CONTENT_HINT_DETAILS(2)