FilterTrackSelection Class
Representing a list of FilterTrackPropertyConditions to select a track. The filters are combined using a logical AND operation.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.media._serialization.ModelFilterTrackSelection
Constructor
FilterTrackSelection(*, track_selections: List[_models.FilterTrackPropertyCondition], **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
track_selections
|
The track selections. Required. |
Variables
Name | Description |
---|---|
track_selections
|
The track selections. 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