SelectAudioTrackByAttribute(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 SelectAudioTrackByAttribute.
public SelectAudioTrackByAttribute (Azure.ResourceManager.Media.Models.TrackAttribute attribute, Azure.ResourceManager.Media.Models.TrackAttributeFilter filter);
new Azure.ResourceManager.Media.Models.SelectAudioTrackByAttribute : Azure.ResourceManager.Media.Models.TrackAttribute * Azure.ResourceManager.Media.Models.TrackAttributeFilter -> Azure.ResourceManager.Media.Models.SelectAudioTrackByAttribute
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.