SelectVideoTrackByAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Select video tracks from the input by specifying an attribute and an attribute filter.
public class SelectVideoTrackByAttribute : Azure.ResourceManager.Media.Models.VideoTrackDescriptor
type SelectVideoTrackByAttribute = class
inherit VideoTrackDescriptor
Public Class SelectVideoTrackByAttribute
Inherits VideoTrackDescriptor
- Inheritance
Constructors
SelectVideoTrackByAttribute(TrackAttribute, TrackAttributeFilter) |
Initializes a new instance of SelectVideoTrackByAttribute. |
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. |
Applies to
Azure SDK for .NET