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.
[Newtonsoft.Json.JsonObject("#Microsoft.Media.SelectVideoTrackByAttribute")]
public class SelectVideoTrackByAttribute : Microsoft.Azure.Management.Media.Models.VideoTrackDescriptor
[<Newtonsoft.Json.JsonObject("#Microsoft.Media.SelectVideoTrackByAttribute")>]
type SelectVideoTrackByAttribute = class
inherit VideoTrackDescriptor
Public Class SelectVideoTrackByAttribute
Inherits VideoTrackDescriptor
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
SelectVideoTrackByAttribute() |
Initializes a new instance of the SelectVideoTrackByAttribute class. |
SelectVideoTrackByAttribute(TrackAttribute, AttributeFilter, String) |
Initializes a new instance of the SelectVideoTrackByAttribute class. |
Properties
Attribute |
Gets or sets the TrackAttribute to filter the tracks by. Possible values include: 'Bitrate', 'Language' |
Filter |
Gets or sets the type of AttributeFilter to apply to the TrackAttribute in order to select the tracks. Possible values include: 'All', 'Top', 'Bottom', 'ValueEquals' |
FilterValue |
Gets or sets 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. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET