|
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<EdgeType>
tv.amwa.maj.enumeration.EdgeType
public enum EdgeType
Specifies the kind of film edge code.
Original C name: aafEdgeType_e
EdgecodeValue
,
TypeDefinitionEnumeration.EdgeType
Enum Constant Summary | |
---|---|
Edgenum4
Edge code format: nnnn+nn . |
|
Edgenum5
Edge code format: nnnnn+nn . |
|
HeaderSize
Header size. |
|
Keycode
Eastman Kodak KEYKODETM format. |
|
Null
Invalid edge code. |
Method Summary | |
---|---|
long |
value()
Returns the unique integer value associated with an enumeration value, either according to the AAF specification and/or the current AAF meta dictionary. |
static EdgeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EdgeType[] |
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 |
Methods inherited from interface tv.amwa.maj.enumeration.AAFEnumerationValue |
---|
name |
Enum Constant Detail |
---|
public static final EdgeType Null
Invalid edge code.
public static final EdgeType Keycode
Eastman Kodak KEYKODETM format.
public static final EdgeType Edgenum4
Edge code format: nnnn+nn
.
public static final EdgeType Edgenum5
Edge code format: nnnnn+nn
.
public static final EdgeType HeaderSize
Header size. Not really an edge code type, just a sneaky constant used to represent the normal size of an edge code header.
Method Detail |
---|
public static final EdgeType[] values()
for(EdgeType c : EdgeType.values()) System.out.println(c);
public static EdgeType 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@Int64 public long value()
AAFEnumerationValue
Returns the unique integer value associated with an enumeration value, either according to the AAF specification and/or the current AAF meta dictionary.
value
in interface AAFEnumerationValue
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |