AudioChannelBit Enum

Definition

An enumeration whose values specify constants in the Bitmap property.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum AudioChannelBit
type AudioChannelBit = 
Inheritance
AudioChannelBit
Attributes

Fields

Name Value 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

Applies to