AudioTrackDescriptor.ChannelMapping Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la désignation facultative pour les pistes audio à canal unique. Peut être utilisé pour combiner les pistes en pistes audio stéréo ou multicanal. Les valeurs possibles sont les suivantes : « 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)
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET