ClearKeyEncryptionConfiguration Class
Class to specify ClearKey configuration of common encryption schemes in Streaming Policy.
- Inheritance
-
azure.mgmt.media._serialization.ModelClearKeyEncryptionConfiguration
Constructor
ClearKeyEncryptionConfiguration(*, custom_keys_acquisition_url_template: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
custom_keys_acquisition_url_template
|
Template for the URL of the custom service delivering content keys to end user players. Not required when using Azure Media Services for issuing licenses. The template supports replaceable tokens that the service will update at runtime with the value specific to the request. The currently supported token value is {AlternativeMediaId}, which is replaced with the value of StreamingLocatorId.AlternativeMediaId. |
Variables
Name | Description |
---|---|
custom_keys_acquisition_url_template
|
Template for the URL of the custom service delivering content keys to end user players. Not required when using Azure Media Services for issuing licenses. The template supports replaceable tokens that the service will update at runtime with the value specific to the request. The currently supported token value is {AlternativeMediaId}, which is replaced with the value of StreamingLocatorId.AlternativeMediaId. |
Azure SDK for Python