AudioChannelBit Énumération
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.
Énumération dont les valeurs spécifient des constantes dans la Bitmap propriété .
Cette énumération prend en charge une combinaison au niveau du bit de ses valeurs membres.
[System.Flags]
public enum AudioChannelBit
type AudioChannelBit =
- Héritage
-
AudioChannelBit
- Attributs
Champs
Nom | Valeur | Description |
---|---|---|
Left | 1 | |
Right | 2 | |
Center | 4 | |
LFEScreen | 8 | |
LeftSurround | 16 | |
RightSurround | 32 | |
LeftCenter | 64 | |
RightCenter | 128 | |
CenterSurround | 256 | |
LeftSurroundDirect | 512 | |
RightSurroundDirect | 1024 | |
TopCenterSurround | 2048 | |
VerticalHeightLeft | 4096 | |
VerticalHeightCenter | 8192 | |
VerticalHeightRight | 16384 | |
TopBackLeft | 32768 | |
TopBackCenter | 65536 | |
TopBackRight | 131072 |