download

abstract suspend fun download(progressFlow: <Error class: unknown class><Progress>, context: DownloadContext, source: Streamable.Source): File

Download the given source.

Parameters

progressFlow

The flow to emit the download progress.

context

The context of the downloading track.

source

The source to download.