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.Model
FilterTrackSelection

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.