Share via


SelectAudioTrackByAttribute Constructors

Definition

Overloads

SelectAudioTrackByAttribute()

Initializes a new instance of the SelectAudioTrackByAttribute class.

SelectAudioTrackByAttribute(TrackAttribute, AttributeFilter, Nullable<ChannelMapping>, String)

Initializes a new instance of the SelectAudioTrackByAttribute class.

SelectAudioTrackByAttribute()

Initializes a new instance of the SelectAudioTrackByAttribute class.

public SelectAudioTrackByAttribute ();
Public Sub New ()

Applies to

SelectAudioTrackByAttribute(TrackAttribute, AttributeFilter, Nullable<ChannelMapping>, String)

Initializes a new instance of the SelectAudioTrackByAttribute class.

public SelectAudioTrackByAttribute (Microsoft.Azure.Management.Media.Models.TrackAttribute attribute, Microsoft.Azure.Management.Media.Models.AttributeFilter filter, Microsoft.Azure.Management.Media.Models.ChannelMapping? channelMapping = default, string filterValue = default);
new Microsoft.Azure.Management.Media.Models.SelectAudioTrackByAttribute : Microsoft.Azure.Management.Media.Models.TrackAttribute * Microsoft.Azure.Management.Media.Models.AttributeFilter * Nullable<Microsoft.Azure.Management.Media.Models.ChannelMapping> * string -> Microsoft.Azure.Management.Media.Models.SelectAudioTrackByAttribute
Public Sub New (attribute As TrackAttribute, filter As AttributeFilter, Optional channelMapping As Nullable(Of ChannelMapping) = Nothing, Optional filterValue As String = Nothing)

Parameters

attribute
TrackAttribute

The TrackAttribute to filter the tracks by. Possible values include: 'Bitrate', 'Language'

filter
AttributeFilter

The type of AttributeFilter to apply to the TrackAttribute in order to select the tracks. Possible values include: 'All', 'Top', 'Bottom', 'ValueEquals'

channelMapping
Nullable<ChannelMapping>

Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks. Possible values include: 'FrontLeft', 'FrontRight', 'Center', 'LowFrequencyEffects', 'BackLeft', 'BackRight', 'StereoLeft', 'StereoRight'

filterValue
String

The value to filter the tracks by. Only used when AttributeFilter.ValueEquals is specified for the Filter property.

Applies to