public static enum EZConstants.EZVideoLevel extends java.lang.Enum<EZConstants.EZVideoLevel>
Enum Constant and Description |
---|
VIDEO_LEVEL_BALANCED |
VIDEO_LEVEL_FLUNET |
VIDEO_LEVEL_HD |
VIDEO_LEVEL_SUPERCLEAR |
Modifier and Type | Method and Description |
---|---|
int |
getVideoLevel() |
static EZConstants.EZVideoLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EZConstants.EZVideoLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EZConstants.EZVideoLevel VIDEO_LEVEL_SUPERCLEAR
public static final EZConstants.EZVideoLevel VIDEO_LEVEL_HD
public static final EZConstants.EZVideoLevel VIDEO_LEVEL_BALANCED
public static final EZConstants.EZVideoLevel VIDEO_LEVEL_FLUNET
public static EZConstants.EZVideoLevel[] values()
for (EZConstants.EZVideoLevel c : EZConstants.EZVideoLevel.values()) System.out.println(c);
public static EZConstants.EZVideoLevel 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 getVideoLevel()