|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EssenceType>
tv.amwa.maj.enumeration.EssenceType
public enum EssenceType
Specifies the kind of essence data in terms of its relationship with time.
Enum Constant Summary | |
---|---|
Event
Data that is time-oriented but discontinuous or lumpy, such as descriptive metadata. |
|
Static
Data that is not time-oriented, for example a static image. |
|
Timeline
Continuous data such as audio essence and video essence. |
Method Summary | |
---|---|
static EssenceType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EssenceType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, 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 EssenceType Timeline
Continuous data such as audio essence and video essence.
TimelineMobSlot
public static final EssenceType Static
Data that is not time-oriented, for example a static image.
StaticMobSlot
public static final EssenceType Event
Data that is time-oriented but discontinuous or lumpy, such as descriptive metadata.
EventMobSlot
Method Detail |
---|
public static final EssenceType[] values()
for(EssenceType c : EssenceType.values()) System.out.println(c);
public static EssenceType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |