AudioTrackDescriptor.ChannelMapping Property

Definition

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'

[Newtonsoft.Json.JsonProperty(PropertyName="channelMapping")]
public Microsoft.Azure.Management.Media.Models.ChannelMapping? ChannelMapping { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="channelMapping")>]
member this.ChannelMapping : Nullable<Microsoft.Azure.Management.Media.Models.ChannelMapping> with get, set
Public Property ChannelMapping As Nullable(Of ChannelMapping)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to