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 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. |
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 |
VORBIS
public static final javax.sound.sampled.AudioFileFormat.Type VORBIS
OGG
public static final javax.sound.sampled.AudioFileFormat.Type OGG
VorbisFileFormatType
public VorbisFileFormatType(java.lang.String name,
java.lang.String extension)
- Constructor.
JavaZOOM 1999-2007