UC
data class UC(val id: String, val url: String, val streamingSessionId: String, val manifestMimeType: ManifestMimeType, val manifest: String, val licenseSecurityToken: String?, val albumReplayGain: Float, val albumPeakAmplitude: Float, val trackReplayGain: Float, val trackPeakAmplitude: Float, val offlineRevalidateAt: Long, val offlineValidUntil: Long) : PlaybackInfo
Playback info with UC specific properties.
Constructors
Link copied to clipboard
constructor(id: String, url: String, streamingSessionId: String, manifestMimeType: ManifestMimeType, manifest: String, licenseSecurityToken: String?, albumReplayGain: Float, albumPeakAmplitude: Float, trackReplayGain: Float, trackPeakAmplitude: Float, offlineRevalidateAt: Long, offlineValidUntil: Long)
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
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
A uuid generated by the client for this streaming session.
Link copied to clipboard
Link copied to clipboard