StreamingPolicyCommonEncryptionCencDrmPlayreadyArgs

data class StreamingPolicyCommonEncryptionCencDrmPlayreadyArgs(val customAttributes: Output<String>? = null, val customLicenseAcquisitionUrlTemplate: Output<String>? = null) : ConvertibleToJava<StreamingPolicyCommonEncryptionCencDrmPlayreadyArgs>

Constructors

constructor(customAttributes: Output<String>? = null, customLicenseAcquisitionUrlTemplate: Output<String>? = null)

Properties

Link copied to clipboard
val customAttributes: Output<String>? = null

Custom attributes for PlayReady. Changing this forces a new Streaming Policy to be created.

Link copied to clipboard

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.

Functions

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