javazoom.spi.vorbis.sampled.convert
Class DecodedVorbisAudioInputStream

java.lang.Object
  extended by TAsynchronousFilteredAudioInputStream
      extended by 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
DecodedVorbisAudioInputStream(javax.sound.sampled.AudioFormat outputFormat, javax.sound.sampled.AudioInputStream bitStream)
          Constructor.
 
Method Summary
 void close()
          Close the stream.
 void execute()
          Main loop.
 java.util.Map properties()
          Return dynamic properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecodedVorbisAudioInputStream

public DecodedVorbisAudioInputStream(javax.sound.sampled.AudioFormat outputFormat,
                                     javax.sound.sampled.AudioInputStream bitStream)
Constructor.

Method Detail

properties

public java.util.Map properties()
Return dynamic properties.

Specified by:
properties in interface PropertiesContainer

execute

public void execute()
Main loop.


close

public void close()
           throws java.io.IOException
Close the stream.

Throws:
java.io.IOException


JavaZOOM 1999-2007