StreamingApi
interface StreamingApi
The streaming api, where the main focus is to give you playback info or drm license for a track or video.
Functions
Link copied to clipboard
abstract suspend fun getBroadcastPlaybackInfo(djSessionId: String, streamingSessionId: String, audioQuality: AudioQuality): PlaybackInfo
Returns a PlaybackInfo which we can use for playback of a broadcast.
Link copied to clipboard
Returns a DrmLicense which we can use for decrypting a protected track or video.
Link copied to clipboard
abstract suspend fun getOfflineTrackPlaybackInfo(trackId: Int, streamingSessionId: String): PlaybackInfo
Returns a PlaybackInfo which we can use for offline playback of a track.
Link copied to clipboard
abstract suspend fun getOfflineVideoPlaybackInfo(videoId: Int, streamingSessionId: String): PlaybackInfo
Returns a PlaybackInfo which we can use for offline playback of a video.
Link copied to clipboard
abstract suspend fun getTrackPlaybackInfo(trackId: Int, audioQuality: AudioQuality, playbackMode: PlaybackMode, streamingSessionId: String, playlistUuid: String? = null): PlaybackInfo
Returns a PlaybackInfo which we can use for playback of a track.
Link copied to clipboard
Returns a PlaybackInfo which we can use for playback of UC.
Link copied to clipboard
abstract suspend fun getVideoPlaybackInfo(videoId: Int, videoQuality: VideoQuality, playbackMode: PlaybackMode, streamingSessionId: String, playlistUuid: String? = null): PlaybackInfo
Returns a PlaybackInfo which we can use for playback of a video.