javazoom.spi.vorbis.sampled.file
Class VorbisAudioFileReader
public
class
VorbisAudioFileReader
extends TAudioFileReader
This class implements the AudioFileReader class and provides an
Ogg Vorbis file reader for use with the Java Sound Service Provider Interface.
Method Summary |
AudioFileFormat | getAudioFileFormat(File file)
Return the AudioFileFormat from the given file. |
AudioFileFormat | getAudioFileFormat(URL url)
Return the AudioFileFormat from the given URL. |
AudioFileFormat | getAudioFileFormat(InputStream inputStream)
Return the AudioFileFormat from the given InputStream. |
AudioFileFormat | getAudioFileFormat(InputStream inputStream, long medialength)
Return the AudioFileFormat from the given InputStream and length in bytes. |
protected AudioFileFormat | getAudioFileFormat(InputStream bitStream, int mediaLength, int totalms)
Return the AudioFileFormat from the given InputStream, length in bytes and length in milliseconds. |
AudioInputStream | getAudioInputStream(InputStream inputStream)
Return the AudioInputStream from the given InputStream. |
AudioInputStream | getAudioInputStream(InputStream inputStream, int medialength, int totalms)
Return the AudioInputStream from the given InputStream. |
AudioInputStream | getAudioInputStream(File file)
Return the AudioInputStream from the given File. |
AudioInputStream | getAudioInputStream(URL url)
Return the AudioInputStream from the given URL. |
public VorbisAudioFileReader()
public AudioFileFormat getAudioFileFormat(File file)
Return the AudioFileFormat from the given file.
public AudioFileFormat getAudioFileFormat(URL url)
Return the AudioFileFormat from the given URL.
public AudioFileFormat getAudioFileFormat(InputStream inputStream)
Return the AudioFileFormat from the given InputStream.
public AudioFileFormat getAudioFileFormat(InputStream inputStream, long medialength)
Return the AudioFileFormat from the given InputStream and length in bytes.
protected AudioFileFormat getAudioFileFormat(InputStream bitStream, int mediaLength, int totalms)
Return the AudioFileFormat from the given InputStream, length in bytes and length in milliseconds.
public AudioInputStream getAudioInputStream(InputStream inputStream)
Return the AudioInputStream from the given InputStream.
public AudioInputStream getAudioInputStream(InputStream inputStream, int medialength, int totalms)
Return the AudioInputStream from the given InputStream.
public AudioInputStream getAudioInputStream(File file)
Return the AudioInputStream from the given File.
public AudioInputStream getAudioInputStream(URL url)
Return the AudioInputStream from the given URL.
JavaZOOM 1999-2005