你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |
filter |
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. |
odata |
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"