getOfflineTrackPlaybackInfo

abstract suspend fun getOfflineTrackPlaybackInfo(trackId: Int, streamingSessionId: String): PlaybackInfo

Returns a PlaybackInfo which we can use for offline playback of a track.

Parameters

trackId

The requested track id as Int.

streamingSessionId

The streaming session uuid as String, created by the client, for this streaming session.