Package com.banuba.sdk.player
Interface IDirectBufferAllocator
-
- All Known Implementing Classes:
SimpleDirectBufferAllocator
public interface IDirectBufferAllocator
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.
-