Class MpegFileFormatType


  • public class MpegFileFormatType
    extends javax.sound.sampled.AudioFileFormat.Type
    FileFormatTypes used by the MPEG audio decoder.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static javax.sound.sampled.AudioFileFormat.Type MP3  
      static javax.sound.sampled.AudioFileFormat.Type MPEG  
      • Fields inherited from class javax.sound.sampled.AudioFileFormat.Type

        AIFC, AIFF, AU, SND, WAVE
    • Constructor Summary

      Constructors 
      Constructor Description
      MpegFileFormatType​(java.lang.String strName, java.lang.String strExtension)  
    • Method Summary

      • Methods inherited from class javax.sound.sampled.AudioFileFormat.Type

        equals, getExtension, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • MPEG

        public static final javax.sound.sampled.AudioFileFormat.Type MPEG
      • MP3

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

      • MpegFileFormatType

        public MpegFileFormatType​(java.lang.String strName,
                                  java.lang.String strExtension)