javazoom.spi.vorbis.sampled.file
Class VorbisFileFormatType

java.lang.Object
  extended by javax.sound.sampled.AudioFileFormat.Type
      extended by javazoom.spi.vorbis.sampled.file.VorbisFileFormatType

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

FileFormatTypes used by the VORBIS audio decoder.


Field Summary
static javax.sound.sampled.AudioFileFormat.Type OGG
           
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.
 
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

VORBIS

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

OGG

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

VorbisFileFormatType

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



JavaZOOM 1999-2007