public class VorbisAudioFileReader
extends org.tritonus.share.sampled.file.TAudioFileReader
| Constructor and Description |
|---|
VorbisAudioFileReader() |
| Modifier and Type | Method and Description |
|---|---|
AudioFileFormat |
getAudioFileFormat(File file)
Return the AudioFileFormat from the given file.
|
AudioFileFormat |
getAudioFileFormat(InputStream inputStream)
Return the AudioFileFormat from the given InputStream.
|
protected AudioFileFormat |
getAudioFileFormat(InputStream bitStream,
int mediaLength,
int totalms)
Return the AudioFileFormat from the given InputStream, length in bytes and length in milliseconds.
|
AudioFileFormat |
getAudioFileFormat(InputStream inputStream,
long medialength)
Return the AudioFileFormat from the given InputStream and length in bytes.
|
AudioFileFormat |
getAudioFileFormat(URL url)
Return the AudioFileFormat from the given URL.
|
AudioInputStream |
getAudioInputStream(File file)
Return the AudioInputStream from the given File.
|
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(URL url)
Return the AudioInputStream from the given URL.
|
public AudioFileFormat getAudioFileFormat(File file) throws UnsupportedAudioFileException, IOException
getAudioFileFormat in class org.tritonus.share.sampled.file.TAudioFileReaderUnsupportedAudioFileExceptionIOExceptionpublic AudioFileFormat getAudioFileFormat(URL url) throws UnsupportedAudioFileException, IOException
getAudioFileFormat in class org.tritonus.share.sampled.file.TAudioFileReaderUnsupportedAudioFileExceptionIOExceptionpublic AudioFileFormat getAudioFileFormat(InputStream inputStream) throws UnsupportedAudioFileException, IOException
getAudioFileFormat in class org.tritonus.share.sampled.file.TAudioFileReaderUnsupportedAudioFileExceptionIOExceptionpublic AudioFileFormat getAudioFileFormat(InputStream inputStream, long medialength) throws UnsupportedAudioFileException, IOException
getAudioFileFormat in class org.tritonus.share.sampled.file.TAudioFileReaderUnsupportedAudioFileExceptionIOExceptionprotected AudioFileFormat getAudioFileFormat(InputStream bitStream, int mediaLength, int totalms) throws UnsupportedAudioFileException, IOException
public AudioInputStream getAudioInputStream(InputStream inputStream) throws UnsupportedAudioFileException, IOException
getAudioInputStream in class org.tritonus.share.sampled.file.TAudioFileReaderUnsupportedAudioFileExceptionIOExceptionpublic AudioInputStream getAudioInputStream(InputStream inputStream, int medialength, int totalms) throws UnsupportedAudioFileException, IOException
public AudioInputStream getAudioInputStream(File file) throws UnsupportedAudioFileException, IOException
getAudioInputStream in class org.tritonus.share.sampled.file.TAudioFileReaderUnsupportedAudioFileExceptionIOExceptionpublic AudioInputStream getAudioInputStream(URL url) throws UnsupportedAudioFileException, IOException
getAudioInputStream in class org.tritonus.share.sampled.file.TAudioFileReaderUnsupportedAudioFileExceptionIOExceptionCopyright © 2016. All Rights Reserved.