Class 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.
      • 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.
        • ogg.position.byte [Long], current position in bytes in the stream.
        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