|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<SequenceHeader.FrameRateCode>
fi.helsinki.cs.ohtu.mpeg2.video.SequenceHeader.FrameRateCode
public static enum SequenceHeader.FrameRateCode
Represents the allowed values for the frame rate code field.
| Enum Constant Summary | |
|---|---|
RATE_23_976
24 000 frames per 1001 seconds (~23.976 fps) |
|
RATE_24
24 frames per second |
|
RATE_25
25 frames per second |
|
RATE_29_97
30 000 frames per 1001 seconds (~29.97 fps) |
|
RATE_30
30 frames per second |
|
RATE_50
50 frames per second |
|
RATE_59_94
60 000 frames per 1001 seconds (~59.94 fps) |
|
RATE_60
60 frames per second |
|
| Field Summary | |
|---|---|
private UnsignedIntegerField |
field
|
| Method Summary | |
|---|---|
static SequenceHeader.FrameRateCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SequenceHeader.FrameRateCode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
void |
writeTo(BitOutputStream stream)
|
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SequenceHeader.FrameRateCode RATE_23_976
public static final SequenceHeader.FrameRateCode RATE_24
public static final SequenceHeader.FrameRateCode RATE_25
public static final SequenceHeader.FrameRateCode RATE_29_97
public static final SequenceHeader.FrameRateCode RATE_30
public static final SequenceHeader.FrameRateCode RATE_50
public static final SequenceHeader.FrameRateCode RATE_59_94
public static final SequenceHeader.FrameRateCode RATE_60
| Field Detail |
|---|
private UnsignedIntegerField field
| Method Detail |
|---|
public static SequenceHeader.FrameRateCode[] values()
for (SequenceHeader.FrameRateCode c : SequenceHeader.FrameRateCode.values()) System.out.println(c);
public static SequenceHeader.FrameRateCode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
public void writeTo(BitOutputStream stream)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||