|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teamdev.jxcapture.video.Framerate
public class Framerate
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 |
|---|
public static final Framerate ACTUAL
public static final Framerate MIN
public static final Framerate MAX
| Constructor Detail |
|---|
public Framerate(int value)
value - required FPS| Method Detail |
|---|
public int getValue()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||