SelectAudioTrackByAttribute 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 audio tracks from the input by specifying an attribute and an attribute filter.
public class SelectAudioTrackByAttribute : Azure.ResourceManager.Media.Models.AudioTrackDescriptor
type SelectAudioTrackByAttribute = class
inherit AudioTrackDescriptor
Public Class SelectAudioTrackByAttribute
Inherits AudioTrackDescriptor
- Inheritance
Constructors
SelectAudioTrackByAttribute(TrackAttribute, TrackAttributeFilter) |
Initializes a new instance of SelectAudioTrackByAttribute. |
Properties
Attribute |
The TrackAttribute to filter the tracks by. |
ChannelMapping |
Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks. (Inherited from AudioTrackDescriptor) |
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. |
Applies to
Azure SDK for .NET