public class OggVorbisDecoderFactory
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
OggVorbisDecoderFactory.OggStream
Core JOgg/JOrbis magic handled here.
|
private static class |
OggVorbisDecoderFactory.OggVorbisAudioInputStream
The AudioInputStream extension to handle decoding Ogg/Vorbis Audio
input.
|
| Constructor and Description |
|---|
OggVorbisDecoderFactory()
Trivial constructor.
|
| Modifier and Type | Method and Description |
|---|---|
javax.sound.sampled.AudioInputStream |
getOggStream(java.io.File file)
Gets a new audio input stream to decode Ogg/Vorbis Audio from
an input stream.
|
public javax.sound.sampled.AudioInputStream getOggStream(java.io.File file)
throws java.io.IOException
file - The File containing the content.AudioInputStream to decode the input.java.io.IOException