Allocator.AllocationNode
Artifact: androidx.media3:media3-exoplayer
public interface Allocator.AllocationNode
A node in a chain of Allocations.
Summary
Public methods |
|
|---|---|
abstract Allocation |
Returns the |
abstract @Nullable Allocator.AllocationNode |
next()Returns the next chain node, or |
Public methods
getAllocation
abstract Allocation getAllocation()
Returns the Allocation associated to this chain node.
next
abstract @Nullable Allocator.AllocationNode next()
Returns the next chain node, or null if this is the last node in the chain.