Class Allocation
- java.lang.Object
-
- com.google.android.exoplayer2.upstream.Allocation
-
@Deprecated public final class Allocation extends Object
Deprecated.com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.An allocation within a byte array.The allocation's length is obtained by calling
Allocator.getIndividualAllocationLength()
on theAllocator
from which it was obtained.
-
-
Constructor Summary
Constructors Constructor Description Allocation(byte[] data, int offset)
Deprecated.
-