@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum H264CodecLevel extends Enum<H264CodecLevel>
Enum Constant and Description |
---|
AUTO |
LEVEL_1 |
LEVEL_1_1 |
LEVEL_1_2 |
LEVEL_1_3 |
LEVEL_2 |
LEVEL_2_1 |
LEVEL_2_2 |
LEVEL_3 |
LEVEL_3_1 |
LEVEL_3_2 |
LEVEL_4 |
LEVEL_4_1 |
LEVEL_4_2 |
LEVEL_5 |
LEVEL_5_1 |
LEVEL_5_2 |
Modifier and Type | Method and Description |
---|---|
static H264CodecLevel |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static H264CodecLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static H264CodecLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final H264CodecLevel AUTO
public static final H264CodecLevel LEVEL_1
public static final H264CodecLevel LEVEL_1_1
public static final H264CodecLevel LEVEL_1_2
public static final H264CodecLevel LEVEL_1_3
public static final H264CodecLevel LEVEL_2
public static final H264CodecLevel LEVEL_2_1
public static final H264CodecLevel LEVEL_2_2
public static final H264CodecLevel LEVEL_3
public static final H264CodecLevel LEVEL_3_1
public static final H264CodecLevel LEVEL_3_2
public static final H264CodecLevel LEVEL_4
public static final H264CodecLevel LEVEL_4_1
public static final H264CodecLevel LEVEL_4_2
public static final H264CodecLevel LEVEL_5
public static final H264CodecLevel LEVEL_5_1
public static final H264CodecLevel LEVEL_5_2
public static H264CodecLevel[] values()
for (H264CodecLevel c : H264CodecLevel.values()) System.out.println(c);
public static H264CodecLevel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<H264CodecLevel>
public static H264CodecLevel fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.