public static enum VideoProperty.Kind extends java.lang.Enum<VideoProperty.Kind>
Enum Constant and Description |
---|
kBoolean |
kEnum |
kInteger |
kNone |
kString |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static VideoProperty.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VideoProperty.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoProperty.Kind kNone
public static final VideoProperty.Kind kBoolean
public static final VideoProperty.Kind kInteger
public static final VideoProperty.Kind kString
public static final VideoProperty.Kind kEnum
public static VideoProperty.Kind[] values()
for (VideoProperty.Kind c : VideoProperty.Kind.values()) System.out.println(c);
public static VideoProperty.Kind 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 namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()