loadTrack

abstract suspend fun loadTrack(track: Track, isDownload: Boolean): Track

Loads an unloaded track. Make sure the track contains at least one Track.servers in Track.streamables

Return

the loaded track.

Parameters

track

the track to load.

isDownload

whether the track is being downloaded.

See also