Package org.sheinbergon.aac.sound
Class AACFileTypes
- java.lang.Object
-
- org.sheinbergon.aac.sound.AACFileTypes
-
public final class AACFileTypes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static javax.sound.sampled.AudioFileFormat.TypeAAC_HEHigh-Efficiency AAC profile file type.static javax.sound.sampled.AudioFileFormat.TypeAAC_HE_V2High-Efficiency AAC (v2) profile file type.static javax.sound.sampled.AudioFileFormat.TypeAAC_LCLow-Complexity AAC profile file type.
-
-
-
Field Detail
-
AAC_LC
public static final javax.sound.sampled.AudioFileFormat.Type AAC_LC
Low-Complexity AAC profile file type.
-
AAC_HE
public static final javax.sound.sampled.AudioFileFormat.Type AAC_HE
High-Efficiency AAC profile file type.
-
AAC_HE_V2
public static final javax.sound.sampled.AudioFileFormat.Type AAC_HE_V2
High-Efficiency AAC (v2) profile file type.
-
-