SelectAudioTrackByAttribute Class

Definition

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

public class SelectAudioTrackByAttribute : Azure.ResourceManager.Media.Models.AudioTrackDescriptor
type SelectAudioTrackByAttribute = class
    inherit AudioTrackDescriptor
Public Class SelectAudioTrackByAttribute
Inherits AudioTrackDescriptor
Inheritance
SelectAudioTrackByAttribute

Constructors

SelectAudioTrackByAttribute(TrackAttribute, TrackAttributeFilter)

Initializes a new instance of SelectAudioTrackByAttribute.

Properties

Attribute

The TrackAttribute to filter the tracks by.

ChannelMapping

Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.

(Inherited from AudioTrackDescriptor)
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.

Applies to