public interface

Allocator.AllocationNode

 androidx.media3.exoplayer.upstream.Allocator.AllocationNode

Overview

A node in a chain of Allocations.

Summary

Methods
public AllocationgetAllocation()

Returns the Allocation associated to this chain node.

public Allocator.AllocationNodenext()

Returns the next chain node, or null if this is the last node in the chain.

Methods

public Allocation getAllocation()

Returns the Allocation associated to this chain node.

Returns the next chain node, or null if this is the last node in the chain.