StreamingPolicyContentKey Class
Class to specify properties of content key.
- Inheritance
-
azure.mgmt.media._serialization.ModelStreamingPolicyContentKey
Constructor
StreamingPolicyContentKey(*, label: str | None = None, policy_name: str | None = None, tracks: List[_models.TrackSelection] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
label
|
Label can be used to specify Content Key when creating a Streaming Locator. |
policy_name
|
Policy used by Content Key. |
tracks
|
Tracks which use this content key. |
Variables
Name | Description |
---|---|
label
|
Label can be used to specify Content Key when creating a Streaming Locator. |
policy_name
|
Policy used by Content Key. |
tracks
|
Tracks which use this content key. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python