SequenceableLoader.Callback


public interface SequenceableLoader.Callback<T extends SequenceableLoader>

Known direct subclasses
FakeAdaptiveMediaPeriod

Fake MediaPeriod that provides tracks from the given TrackGroupArray.

MediaPeriod.Callback

A callback to be notified of MediaPeriod events.

Known indirect subclasses
ClippingMediaPeriod

Wraps a MediaPeriod and clips its SampleStreams to provide a subsequence of their samples.

MaskingMediaPeriod

Media period that defers calling createPeriod on a given source until createPeriod has been called.


A callback to be notified of SequenceableLoader events.

Summary

Public methods

abstract void

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

Public methods

onContinueLoadingRequested

abstract void onContinueLoadingRequested(T source)

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