Streaming Policy Envelope Encryption
data class StreamingPolicyEnvelopeEncryption(val customKeysAcquisitionUrlTemplate: String? = null, val defaultContentKey: StreamingPolicyEnvelopeEncryptionDefaultContentKey? = null, val enabledProtocols: StreamingPolicyEnvelopeEncryptionEnabledProtocols? = null)
Constructors
Link copied to clipboard
fun StreamingPolicyEnvelopeEncryption(customKeysAcquisitionUrlTemplate: String? = null, defaultContentKey: StreamingPolicyEnvelopeEncryptionDefaultContentKey? = null, enabledProtocols: StreamingPolicyEnvelopeEncryptionEnabledProtocols? = null)