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