@Generated(value="software.amazon.awssdk:codegen") 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 |
UNKNOWN_TO_SDK_VERSION |
Modifier and Type | Method and Description |
---|---|
static H265CodecLevel |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<H265CodecLevel> |
knownValues()
|
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 final H265CodecLevel UNKNOWN_TO_SDK_VERSION
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 valuepublic static Set<H265CodecLevel> knownValues()
values()
to return a Set
of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION
.Set
of known H265CodecLevel
sCopyright © 2023. All rights reserved.