SelectVideoTrackByAttribute interface

Select video 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. 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.

odataType

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

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. 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.

filterValue?: string

Property Value

string

odataType

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

odataType: "#Microsoft.Media.SelectVideoTrackByAttribute"

Property Value

"#Microsoft.Media.SelectVideoTrackByAttribute"