SequenceableLoader.Callback


interface SequenceableLoader.Callback<T : 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 functions

Unit

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

Public functions

onContinueLoadingRequested

fun onContinueLoadingRequested(source: T!): Unit

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.