Partager via


ChannelMapping Structure

Définition

Désignation facultative pour les pistes audio monocanal. Peut être utilisé pour combiner les pistes en pistes audio stéréo ou multicanal.

public readonly struct ChannelMapping : IEquatable<Azure.ResourceManager.Media.Models.ChannelMapping>
type ChannelMapping = struct
Public Structure ChannelMapping
Implements IEquatable(Of ChannelMapping)
Héritage
ChannelMapping
Implémente

Constructeurs

ChannelMapping(String)

Initialise une nouvelle instance de ChannelMapping.

Propriétés

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 front droit.

LowFrequencyEffects

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

StereoLeft

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

StereoRight

Canal stéréo droit. Parfois appelé Mix vers le bas à droite.

Méthodes

Equals(ChannelMapping)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(ChannelMapping, ChannelMapping)

Détermine si deux ChannelMapping valeurs sont identiques.

Implicit(String to ChannelMapping)

Convertit une chaîne en ChannelMapping.

Inequality(ChannelMapping, ChannelMapping)

Détermine si deux ChannelMapping valeurs ne sont pas identiques.

S’applique à