de.jarnbjo.vorbis
Class VorbisAudioFileReader
java.lang.Object
javax.sound.sampled.spi.AudioFileReader
de.jarnbjo.vorbis.VorbisAudioFileReader
- public class VorbisAudioFileReader
- extends javax.sound.sampled.spi.AudioFileReader
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VorbisAudioFileReader
public VorbisAudioFileReader()
getAudioFileFormat
public javax.sound.sampled.AudioFileFormat getAudioFileFormat(java.io.File file)
throws java.io.IOException,
javax.sound.sampled.UnsupportedAudioFileException
- Throws:
java.io.IOException
javax.sound.sampled.UnsupportedAudioFileException
getAudioFileFormat
public javax.sound.sampled.AudioFileFormat getAudioFileFormat(java.io.InputStream stream)
throws java.io.IOException,
javax.sound.sampled.UnsupportedAudioFileException
- Throws:
java.io.IOException
javax.sound.sampled.UnsupportedAudioFileException
getAudioFileFormat
public javax.sound.sampled.AudioFileFormat getAudioFileFormat(java.net.URL url)
throws java.io.IOException,
javax.sound.sampled.UnsupportedAudioFileException
- Throws:
java.io.IOException
javax.sound.sampled.UnsupportedAudioFileException
getAudioInputStream
public javax.sound.sampled.AudioInputStream getAudioInputStream(java.io.File file)
throws java.io.IOException,
javax.sound.sampled.UnsupportedAudioFileException
- Throws:
java.io.IOException
javax.sound.sampled.UnsupportedAudioFileException
getAudioInputStream
public javax.sound.sampled.AudioInputStream getAudioInputStream(java.io.InputStream stream)
throws java.io.IOException,
javax.sound.sampled.UnsupportedAudioFileException
- Throws:
java.io.IOException
javax.sound.sampled.UnsupportedAudioFileException
getAudioInputStream
public javax.sound.sampled.AudioInputStream getAudioInputStream(java.net.URL url)
throws java.io.IOException,
javax.sound.sampled.UnsupportedAudioFileException
- Throws:
java.io.IOException
javax.sound.sampled.UnsupportedAudioFileException