javazoom.spi.vorbis.sampled.file
Class VorbisFileFormatType

java.lang.Object
  |
  +--javax.sound.sampled.AudioFileFormat.Type
        |
        +--javazoom.spi.vorbis.sampled.file.VorbisFileFormatType

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

FileFormatTypes used by the MPEG audio decoder.


Field Summary
static javax.sound.sampled.AudioFileFormat.Type VORBIS
           
 
Fields inherited from class javax.sound.sampled.AudioFileFormat.Type
AIFC, AIFF, AU, SND, WAVE
 
Constructor Summary
VorbisFileFormatType(java.lang.String name, java.lang.String extension)
          Constructor.
 
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

VORBIS

public static final javax.sound.sampled.AudioFileFormat.Type VORBIS
Constructor Detail

VorbisFileFormatType

public VorbisFileFormatType(java.lang.String name,
                            java.lang.String extension)
Constructor.


JavaZOOM 2001