| Enum Constant and Description |
|---|
DUAL_CHANNEL
LAME doesn't supports this!
|
JOINT_STEREO |
MONO |
NOT_SET |
STEREO |
| Modifier and Type | Method and Description |
|---|---|
static MPEGMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MPEGMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MPEGMode STEREO
public static final MPEGMode JOINT_STEREO
public static final MPEGMode DUAL_CHANNEL
public static final MPEGMode MONO
public static final MPEGMode NOT_SET
public static MPEGMode[] values()
for (MPEGMode c : MPEGMode.values()) System.out.println(c);
public static MPEGMode 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