次の方法で共有


AudioTrackDescriptor.ChannelMapping プロパティ

定義

単一チャネル オーディオ トラックの省略可能な指定を取得または設定します。 トラックをステレオまたはマルチチャネルオーディオトラックに結合するために使用できます。 指定できる値は、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象