javazoom.spi.mpeg.sampled.file
Class MpegFileFormatType
java.lang.Object
javax.sound.sampled.AudioFileFormat.Type
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)
|
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 |
MPEG
public static final javax.sound.sampled.AudioFileFormat.Type MPEG
MP3
public static final javax.sound.sampled.AudioFileFormat.Type MP3
MpegFileFormatType
public MpegFileFormatType(java.lang.String strName,
java.lang.String strExtension)
JavaZOOM 1999-2005