|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SequenceExtensionHeader.SpecialProfileAndLevel>
fi.helsinki.cs.ohtu.mpeg2.video.SequenceExtensionHeader.SpecialProfileAndLevel
public static enum SequenceExtensionHeader.SpecialProfileAndLevel
Represents the allowed values for the special profile and level field.
Enum Constant Summary | |
---|---|
MULTI_VIEW_HIGH
Multi-view profile at the High level |
|
MULTI_VIEW_HIGH_1440
Multi-view profile at the High1440 level |
|
MULTI_VIEW_LOW
Multi-view profile at the Low level |
|
MULTI_VIEW_MAIN
Multi-view profile at the Main level |
|
YCBCR_422_HIGH
Y:Cb:Cr 4:2:2 profile at the High level. |
|
YCBCR_422_MAIN
Y:Cb:Cr 4:2:2 profile at the Main level. |
Field Summary | |
---|---|
private UnsignedIntegerField |
field
|
Method Summary | |
---|---|
static SequenceExtensionHeader.SpecialProfileAndLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SequenceExtensionHeader.SpecialProfileAndLevel[] |
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.SpecialProfileAndLevel MULTI_VIEW_LOW
public static final SequenceExtensionHeader.SpecialProfileAndLevel MULTI_VIEW_MAIN
public static final SequenceExtensionHeader.SpecialProfileAndLevel MULTI_VIEW_HIGH_1440
public static final SequenceExtensionHeader.SpecialProfileAndLevel MULTI_VIEW_HIGH
public static final SequenceExtensionHeader.SpecialProfileAndLevel YCBCR_422_MAIN
public static final SequenceExtensionHeader.SpecialProfileAndLevel YCBCR_422_HIGH
Field Detail |
---|
private UnsignedIntegerField field
Method Detail |
---|
public static SequenceExtensionHeader.SpecialProfileAndLevel[] values()
for (SequenceExtensionHeader.SpecialProfileAndLevel c : SequenceExtensionHeader.SpecialProfileAndLevel.values()) System.out.println(c);
public static SequenceExtensionHeader.SpecialProfileAndLevel 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 |