public interface

SequenceableLoader.Callback<T extends SequenceableLoader>

 androidx.media3.exoplayer.source.SequenceableLoader.Callback<T>

Subclasses:

MediaPeriod.Callback, MaskingMediaPeriod, ClippingMediaPeriod, HlsMediaPeriod, FakeAdaptiveMediaPeriod

Overview

A callback to be notified of SequenceableLoader events.

Summary

Methods
public voidonContinueLoadingRequested(SequenceableLoader source)

Called by the loader to indicate that it wishes for its SequenceableLoader.continueLoading(long) method to be called when it can continue to load data.

Methods

public void onContinueLoadingRequested(SequenceableLoader source)

Called by the loader to indicate that it wishes for its SequenceableLoader.continueLoading(long) method to be called when it can continue to load data. Called on the playback thread.