Enum AudioObjectTypes
- java.lang.Object
-
- java.lang.Enum<AudioObjectTypes>
-
- org.mp4parser.streaming.input.aac.AudioObjectTypes
-
- All Implemented Interfaces:
Serializable,Comparable<AudioObjectTypes>,java.lang.constant.Constable
public enum AudioObjectTypes extends Enum<AudioObjectTypes>
Created by sannies on 01.09.2015.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
-
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description StringtoString()static AudioObjectTypesvalueOf(String name)Returns the enum constant of this type with the specified name.static AudioObjectTypes[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NOT_APPLICABLE
public static final AudioObjectTypes NOT_APPLICABLE
-
AAC_Main
public static final AudioObjectTypes AAC_Main
-
AAC_LC
public static final AudioObjectTypes AAC_LC
-
AAC_SSR
public static final AudioObjectTypes AAC_SSR
-
AAC_LTP
public static final AudioObjectTypes AAC_LTP
-
SBR
public static final AudioObjectTypes SBR
-
AAC_Scalable
public static final AudioObjectTypes AAC_Scalable
-
TwinVQ
public static final AudioObjectTypes TwinVQ
-
CELP
public static final AudioObjectTypes CELP
-
HXVC
public static final AudioObjectTypes HXVC
-
Reserved1
public static final AudioObjectTypes Reserved1
-
Reserved2
public static final AudioObjectTypes Reserved2
-
TTSI
public static final AudioObjectTypes TTSI
-
Main_Synthesis
public static final AudioObjectTypes Main_Synthesis
-
Wavetable_Synthesis
public static final AudioObjectTypes Wavetable_Synthesis
-
General_MIDI
public static final AudioObjectTypes General_MIDI
-
Algorithmic_Synthesis_and_Audio_Effects
public static final AudioObjectTypes Algorithmic_Synthesis_and_Audio_Effects
-
ER_AAC_LC
public static final AudioObjectTypes ER_AAC_LC
-
Reserved3
public static final AudioObjectTypes Reserved3
-
ER_AAC_LTP
public static final AudioObjectTypes ER_AAC_LTP
-
ER_AAC_Scalable
public static final AudioObjectTypes ER_AAC_Scalable
-
ER_TwinVQ
public static final AudioObjectTypes ER_TwinVQ
-
ER_BSAC
public static final AudioObjectTypes ER_BSAC
-
ER_AAC_LD
public static final AudioObjectTypes ER_AAC_LD
-
ER_CELP
public static final AudioObjectTypes ER_CELP
-
ER_HVXC
public static final AudioObjectTypes ER_HVXC
-
ER_HILN
public static final AudioObjectTypes ER_HILN
-
ER_Parametric
public static final AudioObjectTypes ER_Parametric
-
SSC
public static final AudioObjectTypes SSC
-
PS
public static final AudioObjectTypes PS
-
MPEG_Surround
public static final AudioObjectTypes MPEG_Surround
-
Escape_value
public static final AudioObjectTypes Escape_value
-
Layer_1
public static final AudioObjectTypes Layer_1
-
Layer_2
public static final AudioObjectTypes Layer_2
-
Layer_3
public static final AudioObjectTypes Layer_3
-
DST
public static final AudioObjectTypes DST
-
ALS
public static final AudioObjectTypes ALS
-
SLS
public static final AudioObjectTypes SLS
-
SLS_non_core
public static final AudioObjectTypes SLS_non_core
-
ER_AAC_ELD
public static final AudioObjectTypes ER_AAC_ELD
-
SMR_Simple
public static final AudioObjectTypes SMR_Simple
-
SMR_Main
public static final AudioObjectTypes SMR_Main
-
USAC_NO_SBR
public static final AudioObjectTypes USAC_NO_SBR
-
SAOC
public static final AudioObjectTypes SAOC
-
LD_MPEG_Surround
public static final AudioObjectTypes LD_MPEG_Surround
-
USAC
public static final AudioObjectTypes USAC
-
-
Method Detail
-
values
public static AudioObjectTypes[] values()
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AudioObjectTypes valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
toString
public String toString()
- Overrides:
toStringin classEnum<AudioObjectTypes>
-
-