|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccAvTrackProp>
com.aol.acc.AccAvTrackProp
public enum AccAvTrackProp
The IAccAvTrack interface encapsulates information about an
audio/video track. AccAvTrackProp_Name is required; all other
properties are optional.
| Enum Constant Summary | |
|---|---|
ImageReferences
Most representative image should be first. |
|
Link
Link (e.g., where to access the track directly) |
|
Name
Track name |
|
UNKNOWNVALUE
|
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccAvTrackProp |
intToEnum(int value)
|
AccAvTrackProp |
or(AccAvTrackProp val)
|
int |
value()
|
static AccAvTrackProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccAvTrackProp[] |
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 AccAvTrackProp UNKNOWNVALUE
public static final AccAvTrackProp Name
public static final AccAvTrackProp Link
public static final AccAvTrackProp ImageReferences
| Method Detail |
|---|
public static final AccAvTrackProp[] values()
for(AccAvTrackProp c : AccAvTrackProp.values())
System.out.println(c);
public static AccAvTrackProp 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 namepublic final int value()
value in interface AccEnumpublic final boolean equals(int i)
public final AccAvTrackProp or(AccAvTrackProp val)
public static AccAvTrackProp intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||