@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ProresCodecProfile extends Enum<ProresCodecProfile>
| Enum Constant and Description |
|---|
APPLE_PRORES_422 |
APPLE_PRORES_422_HQ |
APPLE_PRORES_422_LT |
APPLE_PRORES_422_PROXY |
APPLE_PRORES_4444 |
APPLE_PRORES_4444_XQ |
| Modifier and Type | Method and Description |
|---|---|
static ProresCodecProfile |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static ProresCodecProfile |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProresCodecProfile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProresCodecProfile APPLE_PRORES_422
public static final ProresCodecProfile APPLE_PRORES_422_HQ
public static final ProresCodecProfile APPLE_PRORES_422_LT
public static final ProresCodecProfile APPLE_PRORES_422_PROXY
public static final ProresCodecProfile APPLE_PRORES_4444
public static final ProresCodecProfile APPLE_PRORES_4444_XQ
public static ProresCodecProfile[] values()
for (ProresCodecProfile c : ProresCodecProfile.values()) System.out.println(c);
public static ProresCodecProfile 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<ProresCodecProfile>public static ProresCodecProfile fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.