TrackAttributeFilter 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 type of AttributeFilter to apply to the TrackAttribute in order to select the tracks.

C#
public readonly struct TrackAttributeFilter : IEquatable<Azure.ResourceManager.Media.Models.TrackAttributeFilter>
Inheritance
TrackAttributeFilter
Implements

Constructors

TrackAttributeFilter(String)

Initializes a new instance of TrackAttributeFilter.

Properties

All

All tracks will be included.

Bottom

The first track will be included when the attribute is sorted in ascending order. Generally used to select the smallest bitrate.

Top

The first track will be included when the attribute is sorted in descending order. Generally used to select the largest bitrate.

ValueEquals

Any tracks that have an attribute equal to the value given will be included.

Methods

Equals(TrackAttributeFilter)

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

Applies to

Product Versies
Azure SDK for .NET Latest, Preview