AudioChannelBit Enumerazione
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Enumerazione i cui valori specificano costanti nella Bitmap proprietà.
Questa enumerazione supporta una combinazione bit per bit dei rispettivi valori dei membri.
[System.Flags]
public enum AudioChannelBit
type AudioChannelBit =
- Ereditarietà
-
AudioChannelBit
- Attributi
Campi
Nome | Valore | Descrizione |
---|---|---|
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 |