Class OggAudioStream.OutputConcat

java.lang.Object
com.mojang.blaze3d.audio.OggAudioStream.OutputConcat
Enclosing class:
OggAudioStream

static class OggAudioStream.OutputConcat extends Object
  • Field Details

    • buffers

      private final List<ByteBuffer> buffers
    • bufferSize

      private final int bufferSize
    • byteCount

      int byteCount
    • currentBuffer

      private ByteBuffer currentBuffer
  • Constructor Details

    • OutputConcat

      public OutputConcat(int p_83773_)
  • Method Details

    • createNewBuffer

      private void createNewBuffer()
    • put

      public void put(float p_83776_)
    • get

      public ByteBuffer get()