Class DecodedVorbisAudioInputStream
- java.lang.Object
-
- TAsynchronousFilteredAudioInputStream
-
- javazoom.spi.vorbis.sampled.convert.DecodedVorbisAudioInputStream
-
- All Implemented Interfaces:
PropertiesContainer
public class DecodedVorbisAudioInputStream extends TAsynchronousFilteredAudioInputStream implements PropertiesContainer
This class implements the Vorbis decoding.
-
-
Constructor Summary
Constructors Constructor Description DecodedVorbisAudioInputStream(javax.sound.sampled.AudioFormat outputFormat, javax.sound.sampled.AudioInputStream bitStream)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
Close the stream.void
execute()
Main loop.java.util.Map
properties()
Return dynamic properties.
-
-
-
Method Detail
-
properties
public java.util.Map properties()
Return dynamic properties.- ogg.position.byte [Long], current position in bytes in the stream.
- Specified by:
properties
in interfacePropertiesContainer
-
execute
public void execute()
Main loop.
-
close
public void close() throws java.io.IOException
Close the stream.- Throws:
java.io.IOException
-
-