StreamingLocatorContentKey Class
Class for content key in Streaming Locator.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.media._serialization.ModelStreamingLocatorContentKey
Constructor
StreamingLocatorContentKey(*, id: str, label_reference_in_streaming_policy: str | None = None, value: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
ID of Content Key. Required. |
label_reference_in_streaming_policy
|
Label of Content Key as specified in the Streaming Policy. |
value
|
Value of Content Key. |
Variables
Name | Description |
---|---|
id
|
ID of Content Key. Required. |
type
|
Encryption type of Content Key. Known values are: "CommonEncryptionCenc", "CommonEncryptionCbcs", and "EnvelopeEncryption". |
label_reference_in_streaming_policy
|
Label of Content Key as specified in the Streaming Policy. |
value
|
Value of Content Key. |
policy_name
|
ContentKeyPolicy used by Content Key. |
tracks
|
Tracks which use this Content Key. |
Azure SDK for Python