getOfflineVideoPlaybackInfo

abstract suspend fun getOfflineVideoPlaybackInfo(videoId: Int, streamingSessionId: String): PlaybackInfo

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

Parameters

videoId

The requested video id as Int.

streamingSessionId

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