@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<Any!>!

Loads the external media.

Public functions

load

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

Loads the external media.

Parameters
loadRequest: ExternalLoader.LoadRequest!

The load request.

Returns
ListenableFuture<Any!>!

The ListenableFuture tracking the completion of the loading work.