StreamingLocatorContentKeyResponse

data class StreamingLocatorContentKeyResponse(val id: String, val labelReferenceInStreamingPolicy: String? = null, val policyName: String, val tracks: List<TrackSelectionResponse>, val type: String, val value: String? = null)

Class for content key in Streaming Locator

Constructors

Link copied to clipboard
constructor(id: String, labelReferenceInStreamingPolicy: String? = null, policyName: String, tracks: List<TrackSelectionResponse>, type: String, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

ID of Content Key

Link copied to clipboard

Label of Content Key as specified in the Streaming Policy

Link copied to clipboard

ContentKeyPolicy used by Content Key

Link copied to clipboard

Tracks which use this Content Key

Link copied to clipboard

Encryption type of Content Key

Link copied to clipboard
val value: String? = null

Value of Content Key