@UnstableApi
interface ExternalLoader


An object for loading media outside of ExoPlayer's loading mechanism.

Summary

Nested types

A data class providing information associated with the load event.

Public functions

ListenableFuture<*>!

Loads the external media.

Public functions

load

fun load(loadRequest: ExternalLoader.LoadRequest!): ListenableFuture<*>!

Loads the external media.

Parameters
loadRequest: ExternalLoader.LoadRequest!

The load request.

Returns
ListenableFuture<*>!

The ListenableFuture tracking the completion of the loading work.