public enum AlivcEncodeModeEnum extends java.lang.Enum<AlivcEncodeModeEnum>
Enum Constant and Description |
---|
Encode_MODE_HARD
硬件编码模式
|
Encode_MODE_SOFT
软件编码模式
|
Modifier and Type | Method and Description |
---|---|
static AlivcEncodeModeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlivcEncodeModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlivcEncodeModeEnum Encode_MODE_HARD
public static final AlivcEncodeModeEnum Encode_MODE_SOFT
public static AlivcEncodeModeEnum[] values()
for (AlivcEncodeModeEnum c : AlivcEncodeModeEnum.values()) System.out.println(c);
public static AlivcEncodeModeEnum 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 null