Partager via


ChannelMapping Structure

Définition

Définit des valeurs pour ChannelMapping.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ChannelMappingConverter))]
public struct ChannelMapping : IEquatable<Microsoft.Azure.Management.Media.Models.ChannelMapping>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ChannelMappingConverter))>]
type ChannelMapping = struct
Public Structure ChannelMapping
Implements IEquatable(Of ChannelMapping)
Héritage
ChannelMapping
Attributs
Newtonsoft.Json.JsonConverterAttribute
Implémente

Champs

BackLeft

Canal arrière gauche. Parfois appelé canal surround gauche.

BackRight

Canal arrière droit. Parfois appelé canal surround droit.

Center

Canal central.

FrontLeft

Canal avant gauche.

FrontRight

Canal avant droit.

LowFrequencyEffects

Canal d’effets basse fréquence. Parfois appelé subwoofer.

StereoLeft

Canal stéréo gauche. Parfois appelé Mix vers le bas gauche.

StereoRight

Canal stéréo droit. Parfois appelé Down Mix Right.

Méthodes

Equals(ChannelMapping)

Compare les énumérations de type ChannelMapping

Equals(Object)

Remplace l’opérateur Equals pour ChannelMapping

GetHashCode()

Retourne pour hashCode ChannelMapping

ToString()

Retourne une représentation sous forme de chaîne pour ChannelMapping

Opérateurs

Equality(ChannelMapping, ChannelMapping)

Substitution de l’opérateur == pour enum ChannelMapping

Implicit(ChannelMapping to String)

Opérateur implicite pour convertir ChannelMapping en chaîne

Implicit(String to ChannelMapping)

Opérateur implicite pour convertir une chaîne en ChannelMapping

Inequality(ChannelMapping, ChannelMapping)

Substitution de l’opérateur != pour enum ChannelMapping

S’applique à