Class ScreenSettings
java.lang.Object
fr.xxathyx.mediaplayer.screen.settings.ScreenSettings
The ScreenSettings class is used in
in order to propose adequate settings
to a screen accord to a
invalid @link
Screen
Video
. This class only has one constructor.- Since:
- 2022-07-16
- Version:
- 1.0.0
- Author:
- Xxathyx
-
Field Summary
Modifier and TypeFieldDescriptionint
int
int
int
int
int
boolean
boolean
boolean
boolean
double
long
int
-
Constructor Summary
ConstructorDescriptionScreenSettings
(Video video) Constructor for ScreenSettings class, creates an ScreenSettings variable according to aVideo
. -
Method Summary
-
Field Details
-
name
-
description
-
framesExtension
-
total
public int total -
framerate
public int framerate -
differencial
public int differencial -
speed
public double speed -
realtimeRendering
public boolean realtimeRendering -
skipDuplicatedFrames
public boolean skipDuplicatedFrames -
showInformations
public boolean showInformations -
showFPS
public boolean showFPS -
count
public int count -
missed
public int missed -
max
public int max -
time
public long time -
fps
public int fps
-
-
Constructor Details
-
ScreenSettings
Constructor for ScreenSettings class, creates an ScreenSettings variable according to aVideo
.- Parameters:
video
- The video that the settings are about.
-
-
Method Details
-
getVideo
Gets the the video that the settings are about.- Parameters:
video
- The video that the settings are about.
-