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.
The TrackAttribute to filter the tracks by.
public readonly struct TrackAttribute : IEquatable<Azure.ResourceManager.Media.Models.TrackAttribute>
type TrackAttribute = struct
Public Structure TrackAttribute
Implements IEquatable(Of TrackAttribute)
- Inheritance
-
TrackAttribute
- Implements
Constructors
TrackAttribute(String) |
Initializes a new instance of TrackAttribute. |
Properties
Bitrate |
The bitrate of the track. |
Language |
The language of the track. |
Methods
Equals(TrackAttribute) |
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(TrackAttribute, TrackAttribute) |
Determines if two TrackAttribute values are the same. |
Implicit(String to TrackAttribute) |
Converts a string to a TrackAttribute. |
Inequality(TrackAttribute, TrackAttribute) |
Determines if two TrackAttribute values are not the same. |
Applies to
Azure SDK for .NET