TrackPropertyCondition Class
Class to specify one track property condition.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.media._serialization.ModelTrackPropertyCondition
Constructor
TrackPropertyCondition(*, property: str | _models.TrackPropertyType, operation: str | _models.TrackPropertyCompareOperation, value: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
property
|
Track property type. Required. Known values are: "Unknown" and "FourCC". |
operation
|
Track property condition operation. Required. Known values are: "Unknown" and "Equal". |
value
|
Track property value. |
Variables
Name | Description |
---|---|
property
|
Track property type. Required. Known values are: "Unknown" and "FourCC". |
operation
|
Track property condition operation. Required. Known values are: "Unknown" and "Equal". |
value
|
Track property value. |
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