javazoom.spi.mpeg.sampled.file
Class MpegFileFormatType

java.lang.Object
  extended by javax.sound.sampled.AudioFileFormat.Type
      extended by javazoom.spi.mpeg.sampled.file.MpegFileFormatType

public class MpegFileFormatType
extends javax.sound.sampled.AudioFileFormat.Type

FileFormatTypes used by the MPEG audio decoder.


Field Summary
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
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)


JavaZOOM 1999-2005