getDownloadTracks

abstract suspend fun getDownloadTracks(extensionId: String, item: EchoMediaItem, context: EchoMediaItem?): List<DownloadContext>

Get the download tracks for the given item.

Return

The download tracks.

Parameters

extensionId

The client ID.

item

The media item to get the download tracks for.

context

The context of the downloading track, can be null if not applicable.

See also