Class AACFileTypes


  • public class AACFileTypes
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static javax.sound.sampled.AudioFileFormat.Type AAC_HE  
      static javax.sound.sampled.AudioFileFormat.Type AAC_HE_V2  
      static javax.sound.sampled.AudioFileFormat.Type AAC_LC  
    • Constructor Summary

      Constructors 
      Constructor Description
      AACFileTypes()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • AAC_LC

        public static final javax.sound.sampled.AudioFileFormat.Type AAC_LC
      • AAC_HE

        public static final javax.sound.sampled.AudioFileFormat.Type AAC_HE
      • AAC_HE_V2

        public static final javax.sound.sampled.AudioFileFormat.Type AAC_HE_V2
    • Constructor Detail

      • AACFileTypes

        public AACFileTypes()