TrackPropertyType Struct
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.
Track property type.
public readonly struct TrackPropertyType : IEquatable<Azure.ResourceManager.Media.Models.TrackPropertyType>
type TrackPropertyType = struct
Public Structure TrackPropertyType
Implements IEquatable(Of TrackPropertyType)
- Inheritance
-
TrackPropertyType
- Implements
Constructors
TrackPropertyType(String) |
Initializes a new instance of TrackPropertyType. |
Properties
FourCC |
Track FourCC. |
Unknown |
Unknown track property. |
Methods
Equals(TrackPropertyType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(TrackPropertyType, TrackPropertyType) |
Determines if two TrackPropertyType values are the same. |
Implicit(String to TrackPropertyType) |
Converts a string to a TrackPropertyType. |
Inequality(TrackPropertyType, TrackPropertyType) |
Determines if two TrackPropertyType values are not the same. |
Applies to
Azure SDK for .NET