FilterTrackPropertyCondition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The class to specify one track property condition.
public class FilterTrackPropertyCondition
type FilterTrackPropertyCondition = class
Public Class FilterTrackPropertyCondition
- Inheritance
-
FilterTrackPropertyCondition
Constructors
FilterTrackPropertyCondition() |
Initializes a new instance of the FilterTrackPropertyCondition class. |
FilterTrackPropertyCondition(FilterTrackPropertyType, String, FilterTrackPropertyCompareOperation) |
Initializes a new instance of the FilterTrackPropertyCondition class. |
Properties
Operation |
Gets or sets the track property condition operation. Possible values include: 'Equal', 'NotEqual' |
Property |
Gets or sets the track property type. Possible values include: 'Unknown', 'Type', 'Name', 'Language', 'FourCC', 'Bitrate' |
Value |
Gets or sets the track property value. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET