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