StreamingPolicyCommonEncryptionCencArgs

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
constructor(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)

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

One or more clear_track blocks as defined below. Changing this forces a new Streaming Policy to be created.

Link copied to clipboard

One or more content_key_to_track_mapping blocks 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_playready block as defined below. Changing this forces a new Streaming Policy to be created.

The URL template for the custom service that delivers licenses to the end user. This is not required when using Azure Media Services for issuing licenses. 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.

Functions

Link copied to clipboard
open override fun toJava(): StreamingPolicyCommonEncryptionCencArgs