Streaming Policy Common Encryption Cenc Args
data class StreamingPolicyCommonEncryptionCencArgs(val clearKeyEncryption: Output<StreamingPolicyCommonEncryptionCencClearKeyEncryptionArgs>? = null, val clearTracks: Output<List<StreamingPolicyCommonEncryptionCencClearTrackArgs>>? = null, val contentKeyToTrackMappings: Output<List<StreamingPolicyCommonEncryptionCencContentKeyToTrackMappingArgs>>? = null, val defaultContentKey: Output<StreamingPolicyCommonEncryptionCencDefaultContentKeyArgs>? = null, val drmPlayready: Output<StreamingPolicyCommonEncryptionCencDrmPlayreadyArgs>? = null, val drmWidevineCustomLicenseAcquisitionUrlTemplate: Output<String>? = null, val enabledProtocols: Output<StreamingPolicyCommonEncryptionCencEnabledProtocolsArgs>? = null) : ConvertibleToJava<StreamingPolicyCommonEncryptionCencArgs>
Constructors
Link copied to clipboard
fun StreamingPolicyCommonEncryptionCencArgs(clearKeyEncryption: Output<StreamingPolicyCommonEncryptionCencClearKeyEncryptionArgs>? = null, clearTracks: Output<List<StreamingPolicyCommonEncryptionCencClearTrackArgs>>? = null, contentKeyToTrackMappings: Output<List<StreamingPolicyCommonEncryptionCencContentKeyToTrackMappingArgs>>? = null, defaultContentKey: Output<StreamingPolicyCommonEncryptionCencDefaultContentKeyArgs>? = null, drmPlayready: Output<StreamingPolicyCommonEncryptionCencDrmPlayreadyArgs>? = null, drmWidevineCustomLicenseAcquisitionUrlTemplate: Output<String>? = null, enabledProtocols: Output<StreamingPolicyCommonEncryptionCencEnabledProtocolsArgs>? = null)
Functions
Properties
Link copied to clipboard
val contentKeyToTrackMappings: Output<List<StreamingPolicyCommonEncryptionCencContentKeyToTrackMappingArgs>>? = null