AudioTrackDescriptor.ChannelMapping Property
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.
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