@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum H265CodecLevel extends Enum<H265CodecLevel>
| Enum Constant and Description |
|---|
AUTO |
LEVEL_1 |
LEVEL_2 |
LEVEL_2_1 |
LEVEL_3 |
LEVEL_3_1 |
LEVEL_4 |
LEVEL_4_1 |
LEVEL_5 |
LEVEL_5_1 |
LEVEL_5_2 |
LEVEL_6 |
LEVEL_6_1 |
LEVEL_6_2 |
| Modifier and Type | Method and Description |
|---|---|
static H265CodecLevel |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static H265CodecLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static H265CodecLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final H265CodecLevel AUTO
public static final H265CodecLevel LEVEL_1
public static final H265CodecLevel LEVEL_2
public static final H265CodecLevel LEVEL_2_1
public static final H265CodecLevel LEVEL_3
public static final H265CodecLevel LEVEL_3_1
public static final H265CodecLevel LEVEL_4
public static final H265CodecLevel LEVEL_4_1
public static final H265CodecLevel LEVEL_5
public static final H265CodecLevel LEVEL_5_1
public static final H265CodecLevel LEVEL_5_2
public static final H265CodecLevel LEVEL_6
public static final H265CodecLevel LEVEL_6_1
public static final H265CodecLevel LEVEL_6_2
public static H265CodecLevel[] values()
for (H265CodecLevel c : H265CodecLevel.values()) System.out.println(c);
public static H265CodecLevel 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<H265CodecLevel>public static H265CodecLevel fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.