Package com.banuba.sdk.offscreen
Interface BufferAllocator
-
public interface BufferAllocator
Buffer Allocator interface that can be used for memory reusing without new allocation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.ByteBuffer
allocateBuffer(int minimumCapacity)
New buffer allocate.
-