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