public static enum Mp4EsdsBox.AudioProfile extends java.lang.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 | Field and Description |
---|---|
private java.lang.String |
description |
private int |
id |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
int |
getId() |
static Mp4EsdsBox.AudioProfile |
valueOf(java.lang.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(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 getId()
public java.lang.String getDescription()
Copyright © 2005-2013 java.net. All Rights Reserved.