Class DecodedVorbisAudioInputStream
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
ConstructorsConstructorDescriptionDecodedVorbisAudioInputStream
(AudioFormat outputFormat, AudioInputStream bitStream) Constructor. -
Method Summary
-
Constructor Details
-
DecodedVorbisAudioInputStream
Constructor.
-
-
Method Details
-
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
Close the stream.- Throws:
IOException
-