StreamingPolicyCommonEncryptionCencDefaultContentKey

data class StreamingPolicyCommonEncryptionCencDefaultContentKey(val label: String? = null, val policyName: String? = null)

Constructors

constructor(label: String? = null, policyName: String? = 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. Changing this forces a new Streaming Policy to be created.

Link copied to clipboard
val policyName: String? = null

Policy used by Default Key. Changing this forces a new Streaming Policy to be created.