SelectVideoTrackByAttribute Class

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.

Select video tracks from the input by specifying an attribute and an attribute filter.

C#
public class SelectVideoTrackByAttribute : Azure.ResourceManager.Media.Models.VideoTrackDescriptor
Inheritance
SelectVideoTrackByAttribute

Constructors

Properties

Attribute

The TrackAttribute to filter the tracks by.

Filter

The type of AttributeFilter to apply to the TrackAttribute in order to select the tracks.

FilterValue

The value to filter the tracks by. Only used when AttributeFilter.ValueEquals is specified for the Filter property. For TrackAttribute.Bitrate, this should be an integer value in bits per second (e.g: '1500000'). The TrackAttribute.Language is not supported for video tracks.

Applies to

Product Versies
Azure SDK for .NET Latest, Preview