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.
Defines values for TrackPropertyType.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.TrackPropertyTypeConverter))]
public struct TrackPropertyType : IEquatable<Microsoft.Azure.Management.Media.Models.TrackPropertyType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.TrackPropertyTypeConverter))>]
type TrackPropertyType = struct
Public Structure TrackPropertyType
Implements IEquatable(Of TrackPropertyType)
- Inheritance
-
TrackPropertyType
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
FourCC |
Track FourCC |
Unknown |
Unknown track property |
Methods
Equals(Object) |
Overrides Equals operator for TrackPropertyType |
Equals(TrackPropertyType) |
Compares enums of type TrackPropertyType |
GetHashCode() |
Returns for hashCode TrackPropertyType |
ToString() |
Returns string representation for TrackPropertyType |
Operators
Equality(TrackPropertyType, TrackPropertyType) |
Overriding == operator for enum TrackPropertyType |
Implicit(String to TrackPropertyType) |
Implicit operator to convert string to TrackPropertyType |
Implicit(TrackPropertyType to String) |
Implicit operator to convert TrackPropertyType to string |
Inequality(TrackPropertyType, TrackPropertyType) |
Overriding != operator for enum TrackPropertyType |
Applies to
Azure SDK for .NET