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