Streamable
data class Streamable(val id: String, val quality: Int, val type: Streamable.MediaType, val title: String? = null, val extras: Map<String, String> = mapOf())
A data class representing an unloaded streamable item that is used when playing a Track The streamable item can be of three types:
Streamable.server - To represent a server that contains data to be played
Streamable.background - To represent a background video
Streamable.subtitle - To represent subtitle
See TrackClient.loadStreamableMedia for loading this streamable item.
See also
Types
Link copied to clipboard
A class representing Media Decryption for a Source.
Link copied to clipboard
An interface that provides an InputStream from a given position.
Link copied to clipboard
An enum class representing the type of media
Link copied to clipboard
An enum representing the type of Source.
Link copied to clipboard
An enum class representing the type of subtitle