selectServer

abstract suspend fun selectServer(context: DownloadContext): Streamable

Which server to use for downloading. use this to get the available servers.

val servers = context.track.servers

Parameters

context

The context of the downloading track.

See also