TrackPropertyCondition 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.
Class to specify one track property condition
public class TrackPropertyCondition
type TrackPropertyCondition = class
Public Class TrackPropertyCondition
- Inheritance
-
TrackPropertyCondition
Constructors
TrackPropertyCondition() |
Initializes a new instance of the TrackPropertyCondition class. |
TrackPropertyCondition(TrackPropertyType, TrackPropertyCompareOperation, String) |
Initializes a new instance of the TrackPropertyCondition class. |
Properties
Operation |
Gets or sets track property condition operation. Possible values include: 'Unknown', 'Equal' |
Property |
Gets or sets track property type. Possible values include: 'Unknown', 'FourCC' |
Value |
Gets or sets track property value |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET