public static enum AliyunVideoParam.AudioChannel extends java.lang.Enum<AliyunVideoParam.AudioChannel>
| Enum Constant and Description |
|---|
CHANNEL_MONO |
CHANNEL_STEREO |
| Modifier and Type | Method and Description |
|---|---|
static AliyunVideoParam.AudioChannel |
getTypeByValue(int value) |
int |
getValue() |
static AliyunVideoParam.AudioChannel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AliyunVideoParam.AudioChannel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AliyunVideoParam.AudioChannel CHANNEL_MONO
public static final AliyunVideoParam.AudioChannel CHANNEL_STEREO
public static AliyunVideoParam.AudioChannel[] values()
for (AliyunVideoParam.AudioChannel c : AliyunVideoParam.AudioChannel.values()) System.out.println(c);
public static AliyunVideoParam.AudioChannel valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static AliyunVideoParam.AudioChannel getTypeByValue(int value)