public static enum Mp4EsdsBox.AudioProfile extends Enum<Mp4EsdsBox.AudioProfile>
Enum Constant and Description |
---|
CELP |
HILN |
HVXC |
LOW_COMPLEXITY |
MAIN |
MAIN_SYNTHESIS |
SCALEABLE |
T_F |
T_F_LC |
T_F_MAIN |
TTSI |
TWIN_VQ |
WAVETABLE |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
int |
getId() |
static Mp4EsdsBox.AudioProfile |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mp4EsdsBox.AudioProfile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mp4EsdsBox.AudioProfile MAIN
public static final Mp4EsdsBox.AudioProfile LOW_COMPLEXITY
public static final Mp4EsdsBox.AudioProfile SCALEABLE
public static final Mp4EsdsBox.AudioProfile T_F
public static final Mp4EsdsBox.AudioProfile T_F_MAIN
public static final Mp4EsdsBox.AudioProfile T_F_LC
public static final Mp4EsdsBox.AudioProfile TWIN_VQ
public static final Mp4EsdsBox.AudioProfile CELP
public static final Mp4EsdsBox.AudioProfile HVXC
public static final Mp4EsdsBox.AudioProfile HILN
public static final Mp4EsdsBox.AudioProfile TTSI
public static final Mp4EsdsBox.AudioProfile MAIN_SYNTHESIS
public static final Mp4EsdsBox.AudioProfile WAVETABLE
public static Mp4EsdsBox.AudioProfile[] values()
for (Mp4EsdsBox.AudioProfile c : Mp4EsdsBox.AudioProfile.values()) System.out.println(c);
public static Mp4EsdsBox.AudioProfile 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 getId()
public String getDescription()
Copyright © 2005–2020 jthink.net. All rights reserved.