Megosztás a következőn keresztül:


SelectVideoTrackByAttribute Class

Definition

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

public class SelectVideoTrackByAttribute : Azure.ResourceManager.Media.Models.VideoTrackDescriptor
type SelectVideoTrackByAttribute = class
    inherit VideoTrackDescriptor
Public Class SelectVideoTrackByAttribute
Inherits VideoTrackDescriptor
Inheritance
SelectVideoTrackByAttribute

Constructors

SelectVideoTrackByAttribute(TrackAttribute, TrackAttributeFilter)

Initializes a new instance of SelectVideoTrackByAttribute.

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