SelectAudioTrackByAttribute interface

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

Extends

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.

odataType

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

channelMapping

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

Property Details

attribute

The TrackAttribute to filter the tracks by.

attribute: string

Property Value

string

filter

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

filter: string

Property Value

string

filterValue

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

filterValue?: string

Property Value

string

odataType

Polymorphic discriminator, which specifies the different types this object can be

odataType: "#Microsoft.Media.SelectAudioTrackByAttribute"

Property Value

"#Microsoft.Media.SelectAudioTrackByAttribute"

Inherited Property Details

channelMapping

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

channelMapping?: string

Property Value

string

Inherited From AudioTrackDescriptor.channelMapping