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