StreamingPolicyContentKey Class
Class to specify properties of content key.
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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python