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 AudioFileFormat.Type

FileFormatTypes used by the MPEG audio decoder.


Field Summary
static AudioFileFormat.Type MP3
           
static AudioFileFormat.Type MPEG
           
 
Fields inherited from class javax.sound.sampled.AudioFileFormat.Type
AIFC, AIFF, AU, SND, WAVE
 
Constructor Summary
MpegFileFormatType(String strName, 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 AudioFileFormat.Type MPEG

MP3

public static final AudioFileFormat.Type MP3
Constructor Detail

MpegFileFormatType

public MpegFileFormatType(String strName,
                          String strExtension)


Copyright © 2012. All Rights Reserved.