Streaming Policy Common Encryption Cenc
data class StreamingPolicyCommonEncryptionCenc(val clearKeyEncryption: StreamingPolicyCommonEncryptionCencClearKeyEncryption? = null, val clearTracks: List<StreamingPolicyCommonEncryptionCencClearTrack>? = null, val contentKeyToTrackMappings: List<StreamingPolicyCommonEncryptionCencContentKeyToTrackMapping>? = null, val defaultContentKey: StreamingPolicyCommonEncryptionCencDefaultContentKey? = null, val drmPlayready: StreamingPolicyCommonEncryptionCencDrmPlayready? = null, val drmWidevineCustomLicenseAcquisitionUrlTemplate: String? = null, val enabledProtocols: StreamingPolicyCommonEncryptionCencEnabledProtocols? = null)
Constructors
Link copied to clipboard
fun StreamingPolicyCommonEncryptionCenc(clearKeyEncryption: StreamingPolicyCommonEncryptionCencClearKeyEncryption? = null, clearTracks: List<StreamingPolicyCommonEncryptionCencClearTrack>? = null, contentKeyToTrackMappings: List<StreamingPolicyCommonEncryptionCencContentKeyToTrackMapping>? = null, defaultContentKey: StreamingPolicyCommonEncryptionCencDefaultContentKey? = null, drmPlayready: StreamingPolicyCommonEncryptionCencDrmPlayready? = null, drmWidevineCustomLicenseAcquisitionUrlTemplate: String? = null, enabledProtocols: StreamingPolicyCommonEncryptionCencEnabledProtocols? = null)
Types
Properties
Link copied to clipboard