ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction Class
Configures the Explicit Analog Television Output Restriction control bits. For further details see the PlayReady Compliance Rules.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.media._serialization.ModelContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction
Constructor
ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction(*, best_effort: bool, configuration_data: int, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
best_effort
|
Indicates whether this restriction is enforced on a Best Effort basis. Required. |
configuration_data
|
Configures the restriction control bits. Must be between 0 and 3 inclusive. Required. |
Variables
Name | Description |
---|---|
best_effort
|
Indicates whether this restriction is enforced on a Best Effort basis. Required. |
configuration_data
|
Configures the restriction control bits. Must be between 0 and 3 inclusive. Required. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python