类 OggAudioStream.OutputConcat

java.lang.Object
com.mojang.blaze3d.audio.OggAudioStream.OutputConcat
封闭类:
OggAudioStream

static class OggAudioStream.OutputConcat extends Object
  • 字段详细资料

    • buffers

      private final List<ByteBuffer> buffers
    • bufferSize

      private final int bufferSize
    • byteCount

      int byteCount
    • currentBuffer

      private ByteBuffer currentBuffer
  • 构造器详细资料

    • OutputConcat

      public OutputConcat(int pSize)
  • 方法详细资料

    • createNewBuffer

      private void createNewBuffer()
    • put

      public void put(float pSample)
    • get

      public ByteBuffer get()