SelectVideoTrackByAttribute(TrackAttribute, TrackAttributeFilter) Constructor
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.
Initializes a new instance of SelectVideoTrackByAttribute.
public SelectVideoTrackByAttribute (Azure.ResourceManager.Media.Models.TrackAttribute attribute, Azure.ResourceManager.Media.Models.TrackAttributeFilter filter);
new Azure.ResourceManager.Media.Models.SelectVideoTrackByAttribute : Azure.ResourceManager.Media.Models.TrackAttribute * Azure.ResourceManager.Media.Models.TrackAttributeFilter -> Azure.ResourceManager.Media.Models.SelectVideoTrackByAttribute
Public Sub New (attribute As TrackAttribute, filter As TrackAttributeFilter)
Parameters
- attribute
- TrackAttribute
The TrackAttribute to filter the tracks by.
- filter
- TrackAttributeFilter
The type of AttributeFilter to apply to the TrackAttribute in order to select the tracks.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET