javazoom.spi.vorbis.sampled.convert

Class DecodedVorbisAudioInputStream

Implemented Interfaces:
PropertiesContainer

public class DecodedVorbisAudioInputStream
extends TAsynchronousFilteredAudioInputStream
implements PropertiesContainer

This class implements the Vorbis decoding.

Constructor Summary

DecodedVorbisAudioInputStream(AudioFormat outputFormat, AudioInputStream bitStream)
Constructor.

Method Summary

void
close()
Close the stream.
void
execute()
Main loop.
Map
properties()
Return dynamic properties.

Constructor Details

DecodedVorbisAudioInputStream

public DecodedVorbisAudioInputStream(AudioFormat outputFormat,
                                     AudioInputStream bitStream)
Constructor.

Method Details

close

public void close()
            throws IOException
Close the stream.

execute

public void execute()
Main loop.

properties

public Map properties()
Return dynamic properties.
  • ogg.position.byte [Long], current position in bytes in the stream.
Specified by:
properties in interface PropertiesContainer

JavaZOOM 1999-2005