Class Allocation
- java.lang.Object
-
- com.google.android.exoplayer2.upstream.Allocation
-
public final class Allocation extends Object
An allocation within a byte array.The allocation's length is obtained by calling
Allocator.getIndividualAllocationLength()on theAllocatorfrom which it was obtained.
-
-
Constructor Summary
Constructors Constructor Description Allocation(byte[] data, int offset)
-