|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SequenceExtensionHeader.Profile>
fi.helsinki.cs.ohtu.mpeg2.video.SequenceExtensionHeader.Profile
public static enum SequenceExtensionHeader.Profile
Represents the allowed values for the profile field.
Enum Constant Summary | |
---|---|
HIGH
High profile. |
|
MAIN
Main profile. |
|
SIMPLE
Simple profile. |
|
SNR_AND_SPATIALLY_SCALABLE
Signal-to-noise ratio and spatially scalable profile. |
|
SNR_SCALABLE
Signal-to-noise ratio scalable profile. |
Field Summary | |
---|---|
private UnsignedIntegerField |
field
|
Method Summary | |
---|---|
static SequenceExtensionHeader.Profile |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SequenceExtensionHeader.Profile[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
void |
writeTo(BitOutputStream stream)
Writes the value to a bit 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 SequenceExtensionHeader.Profile SIMPLE
public static final SequenceExtensionHeader.Profile MAIN
public static final SequenceExtensionHeader.Profile SNR_SCALABLE
public static final SequenceExtensionHeader.Profile SNR_AND_SPATIALLY_SCALABLE
public static final SequenceExtensionHeader.Profile HIGH
Field Detail |
---|
private UnsignedIntegerField field
Method Detail |
---|
public static SequenceExtensionHeader.Profile[] values()
for (SequenceExtensionHeader.Profile c : SequenceExtensionHeader.Profile.values()) System.out.println(c);
public static SequenceExtensionHeader.Profile 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 nullpublic void writeTo(BitOutputStream stream) throws java.io.IOException
stream
- The stream to write to.
java.io.IOException
- Propagated from the stream write.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |