public enum Codec extends Enum<Codec>
| Enum Constant and Description |
|---|
AAC |
COOK |
DIRAC |
DIV3 |
DIV4 |
DIVX |
FLAC |
FLV |
G2 |
H263 |
H264 |
MP1 |
MP2 |
MP3 |
MP4 |
MPEG |
MPEG2 |
MPEG4 |
QDM2 |
QDMC |
RV20 |
RV30 |
RV40 |
SAMR |
SPEEX |
SVQ3 |
THEORA |
UNKNOWN |
VORBIS |
VP8 |
WAV |
WMAV1 |
WMAV2 |
WMV1 |
WMV2 |
WMV3 |
XVID |
| Modifier and Type | Method and Description |
|---|---|
static Codec |
get(int i) |
static Codec |
get(String id) |
String |
getGUIIndicator(Locale locale) |
int |
getValue() |
int |
toInt() |
static Codec |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Codec[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Codec UNKNOWN
public static final Codec VORBIS
public static final Codec G2
public static final Codec DIV3
public static final Codec DIV4
public static final Codec DIVX
public static final Codec MP1
public static final Codec MP2
public static final Codec MP3
public static final Codec MP4
public static final Codec THEORA
public static final Codec AAC
public static final Codec COOK
public static final Codec DIRAC
public static final Codec FLAC
public static final Codec SAMR
public static final Codec SPEEX
public static final Codec WAV
public static final Codec WMAV1
public static final Codec WMAV2
public static final Codec QDMC
public static final Codec QDM2
public static final Codec FLV
public static final Codec H263
public static final Codec H264
public static final Codec MPEG
public static final Codec MPEG2
public static final Codec MPEG4
public static final Codec RV20
public static final Codec RV30
public static final Codec RV40
public static final Codec WMV1
public static final Codec WMV2
public static final Codec WMV3
public static final Codec XVID
public static final Codec VP8
public static final Codec SVQ3
public static final String RESOURCE
public static Codec[] values()
for (Codec c : Codec.values()) System.out.println(c);
public static Codec 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 int toInt()
public int getValue()
public static Codec get(int i)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}