Track
data class Track(val track: PlaybackInfo.Track, val offlineLicense: String? = null, val storage: Storage? = null, val partiallyEncrypted: Boolean = false) : PlaybackInfo, PlaybackInfo.Offline
Playback info with track specific properties for offline.
Constructors
Link copied to clipboard
constructor(track: PlaybackInfo.Track, offlineLicense: String? = null, storage: Storage? = null, partiallyEncrypted: Boolean = false)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Token used to fetch DRM license if needed.
Link copied to clipboard
A mime type of the manifest.
Link copied to clipboard
The stored offlineLicense in case it is protected.
Link copied to clipboard
Indicates the earliest time at which the client is allowed to revalidate an offlined media product.
Link copied to clipboard
Indicates how long an offline is valid for.
Link copied to clipboard
Information about legacy encryption strategy.
Link copied to clipboard
A uuid generated by the client for this streaming session.
Link copied to clipboard
The original PlaybackInfo.Track.
Link copied to clipboard
Link copied to clipboard