Streaming Policy Common Encryption Cbcs
data class StreamingPolicyCommonEncryptionCbcs(val clearKeyEncryption: StreamingPolicyCommonEncryptionCbcsClearKeyEncryption? = null, val defaultContentKey: StreamingPolicyCommonEncryptionCbcsDefaultContentKey? = null, val drmFairplay: StreamingPolicyCommonEncryptionCbcsDrmFairplay? = null, val enabledProtocols: StreamingPolicyCommonEncryptionCbcsEnabledProtocols? = null)
Constructors
Link copied to clipboard
constructor(clearKeyEncryption: StreamingPolicyCommonEncryptionCbcsClearKeyEncryption? = null, defaultContentKey: StreamingPolicyCommonEncryptionCbcsDefaultContentKey? = null, drmFairplay: StreamingPolicyCommonEncryptionCbcsDrmFairplay? = null, enabledProtocols: StreamingPolicyCommonEncryptionCbcsEnabledProtocols? = null)
Properties
Link copied to clipboard
A clear_key_encryption
block as defined below. Changing this forces a new Streaming Policy to be created.
Link copied to clipboard
A default_content_key
block as defined below. Changing this forces a new Streaming Policy to be created.
Link copied to clipboard
A drm_fairplay
block as defined below. Changing this forces a new Streaming Policy to be created.
Link copied to clipboard
A enabled_protocols
block as defined below. Changing this forces a new Streaming Policy to be created.