com.teamdev.jxcapture.video
Class Framerate

java.lang.Object
  extended by com.teamdev.jxcapture.video.Framerate

public class Framerate
extends java.lang.Object

A frame rate in frame per second (FPS) units.


Field Summary
static Framerate ACTUAL
          Defines actual frame rate.
static Framerate MAX
          Defines maximal frame rate.
static Framerate MIN
          Defines minimal frame rate.
 
Constructor Summary
Framerate(int value)
          Creates the required frame rate value in FPS units.
 
Method Summary
 int getValue()
          Returns the specified frame rate value if FPS units.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ACTUAL

public static final Framerate ACTUAL
Defines actual frame rate.


MIN

public static final Framerate MIN
Defines minimal frame rate.


MAX

public static final Framerate MAX
Defines maximal frame rate.

Constructor Detail

Framerate

public Framerate(int value)
Creates the required frame rate value in FPS units.

Parameters:
value - required FPS
Method Detail

getValue

public int getValue()
Returns the specified frame rate value if FPS units.

Returns:
the specified frame rate value

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object