StreamingPolicyContentKeyResponse

data class StreamingPolicyContentKeyResponse(val label: String? = null, val policyName: String? = null, val tracks: List<TrackSelectionResponse>? = null)

Class to specify properties of content key

Constructors

Link copied to clipboard
constructor(label: String? = null, policyName: String? = null, tracks: List<TrackSelectionResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val label: String? = null

Label can be used to specify Content Key when creating a Streaming Locator

Link copied to clipboard
val policyName: String? = null

Policy used by Content Key

Link copied to clipboard

Tracks which use this content key