SelectVideoTrackByAttribute Constructors
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.
Overloads
SelectVideoTrackByAttribute() |
Initializes a new instance of the SelectVideoTrackByAttribute class. |
SelectVideoTrackByAttribute(TrackAttribute, AttributeFilter, String) |
Initializes a new instance of the SelectVideoTrackByAttribute class. |
SelectVideoTrackByAttribute()
Initializes a new instance of the SelectVideoTrackByAttribute class.
public SelectVideoTrackByAttribute ();
Public Sub New ()
Applies to
SelectVideoTrackByAttribute(TrackAttribute, AttributeFilter, String)
Initializes a new instance of the SelectVideoTrackByAttribute class.
public SelectVideoTrackByAttribute (Microsoft.Azure.Management.Media.Models.TrackAttribute attribute, Microsoft.Azure.Management.Media.Models.AttributeFilter filter, string filterValue = default);
new Microsoft.Azure.Management.Media.Models.SelectVideoTrackByAttribute : Microsoft.Azure.Management.Media.Models.TrackAttribute * Microsoft.Azure.Management.Media.Models.AttributeFilter * string -> Microsoft.Azure.Management.Media.Models.SelectVideoTrackByAttribute
Public Sub New (attribute As TrackAttribute, filter As AttributeFilter, Optional filterValue As String = Nothing)
Parameters
- attribute
- TrackAttribute
The TrackAttribute to filter the tracks by. Possible values include: 'Bitrate', 'Language'
- filter
- AttributeFilter
The type of AttributeFilter to apply to the TrackAttribute in order to select the tracks. Possible values include: 'All', 'Top', 'Bottom', 'ValueEquals'
- filterValue
- String
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