- getAudioFileFormat(File) - Method in class javazoom.spi.vorbis.sampled.file.VorbisAudioFileReader
-
Return the AudioFileFormat from the given file.
- getAudioFileFormat(URL) - Method in class javazoom.spi.vorbis.sampled.file.VorbisAudioFileReader
-
Return the AudioFileFormat from the given URL.
- getAudioFileFormat(InputStream) - Method in class javazoom.spi.vorbis.sampled.file.VorbisAudioFileReader
-
Return the AudioFileFormat from the given InputStream.
- getAudioFileFormat(InputStream, long) - Method in class javazoom.spi.vorbis.sampled.file.VorbisAudioFileReader
-
Return the AudioFileFormat from the given InputStream and length in bytes.
- getAudioFileFormat(InputStream, int, int) - Method in class javazoom.spi.vorbis.sampled.file.VorbisAudioFileReader
-
Return the AudioFileFormat from the given InputStream, length in bytes and length in milliseconds.
- getAudioInputStream(AudioFormat, AudioInputStream) - Method in class javazoom.spi.vorbis.sampled.convert.VorbisFormatConversionProvider
-
Returns converted AudioInputStream.
- getAudioInputStream(InputStream) - Method in class javazoom.spi.vorbis.sampled.file.VorbisAudioFileReader
-
Return the AudioInputStream from the given InputStream.
- getAudioInputStream(InputStream, int, int) - Method in class javazoom.spi.vorbis.sampled.file.VorbisAudioFileReader
-
Return the AudioInputStream from the given InputStream.
- getAudioInputStream(File) - Method in class javazoom.spi.vorbis.sampled.file.VorbisAudioFileReader
-
Return the AudioInputStream from the given File.
- getAudioInputStream(URL) - Method in class javazoom.spi.vorbis.sampled.file.VorbisAudioFileReader
-
Return the AudioInputStream from the given URL.