Class OggAudioStreamWrapper

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, IAudioStream

    public class OggAudioStreamWrapper
    extends java.lang.Object
    implements IAudioStream
    • Constructor Detail

      • OggAudioStreamWrapper

        public OggAudioStreamWrapper​(OggAudioStreamWrapper.IFactory p_i232496_1_,
                                     java.io.InputStream p_i232496_2_)
                              throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getFormat

        public javax.sound.sampled.AudioFormat getFormat()
        Specified by:
        getFormat in interface IAudioStream
      • read

        public java.nio.ByteBuffer read​(int p_216455_1_)
                                 throws java.io.IOException
        Specified by:
        read in interface IAudioStream
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException