Class ScreenSettings

java.lang.Object
fr.xxathyx.mediaplayer.screen.settings.ScreenSettings

public class ScreenSettings extends Object
The ScreenSettings class is used in
invalid @link
Screen
in order to propose adequate settings to a screen accord to a Video. This class only has one constructor.
Since:
2022-07-16
Version:
1.0.0
Author:
Xxathyx
  • Field Details

    • name

      public String name
    • description

      public String description
    • framesExtension

      public String 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

      public ScreenSettings(Video video)
      Constructor for ScreenSettings class, creates an ScreenSettings variable according to a Video.
      Parameters:
      video - The video that the settings are about.
  • Method Details

    • getVideo

      public Video getVideo()
      Gets the the video that the settings are about.
      Parameters:
      video - The video that the settings are about.