public static enum Constant.EncoderFilterType extends java.lang.Enum<Constant.EncoderFilterType>
| Enum Constant and Description |
|---|
ENCODER_FILTER_UNKNONWN |
ENCODER_HARDWARE_H264 |
ENCODER_SOFTWARE_H264 |
| Modifier and Type | Method and Description |
|---|---|
static Constant.EncoderFilterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constant.EncoderFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constant.EncoderFilterType ENCODER_FILTER_UNKNONWN
public static final Constant.EncoderFilterType ENCODER_HARDWARE_H264
public static final Constant.EncoderFilterType ENCODER_SOFTWARE_H264
public static Constant.EncoderFilterType[] values()
for (Constant.EncoderFilterType c : Constant.EncoderFilterType.values()) System.out.println(c);
public static Constant.EncoderFilterType 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