AudioTrackDescriptor 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.
A TrackSelection to select audio tracks.
[Newtonsoft.Json.JsonObject("#Microsoft.Media.AudioTrackDescriptor")]
public class AudioTrackDescriptor : Microsoft.Azure.Management.Media.Models.TrackDescriptor
[<Newtonsoft.Json.JsonObject("#Microsoft.Media.AudioTrackDescriptor")>]
type AudioTrackDescriptor = class
inherit TrackDescriptor
Public Class AudioTrackDescriptor
Inherits TrackDescriptor
- Inheritance
- Derived
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
AudioTrackDescriptor() |
Initializes a new instance of the AudioTrackDescriptor class. |
AudioTrackDescriptor(Nullable<ChannelMapping>) |
Initializes a new instance of the AudioTrackDescriptor class. |
Properties
ChannelMapping |
Gets or sets optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks. Possible values include: 'FrontLeft', 'FrontRight', 'Center', 'LowFrequencyEffects', 'BackLeft', 'BackRight', 'StereoLeft', 'StereoRight' |
Applies to
Azure SDK for .NET