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
fun StreamingPolicyCommonEncryptionCbcs(clearKeyEncryption: StreamingPolicyCommonEncryptionCbcsClearKeyEncryption? = null, defaultContentKey: StreamingPolicyCommonEncryptionCbcsDefaultContentKey? = null, drmFairplay: StreamingPolicyCommonEncryptionCbcsDrmFairplay? = null, enabledProtocols: StreamingPolicyCommonEncryptionCbcsEnabledProtocols? = null)