loadStreamableMedia

abstract suspend fun loadStreamableMedia(streamable: Streamable, isDownload: Boolean): Streamable.Media

Loads the media of a streamable.

Return

the media of the streamable.

Parameters

streamable

the streamable to load the media of.

isDownload

whether the media is being downloaded.

See also