Share via


AudioChannelBit Enum

Definition

An enumeration whose values specify constants in the Bitmap property.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.NativeName("AudioChannelBitmap")]
[System.Flags]
public enum AudioChannelBit
[<ObjCRuntime.NativeName("AudioChannelBitmap")>]
[<System.Flags>]
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
CenterTopMiddle 2048
TopCenterSurround 2048
LeftTopFront 4096
VerticalHeightLeft 4096
CenterTopFront 8192
VerticalHeightCenter 8192
RightTopFront 16384
VerticalHeightRight 16384
TopBackLeft 32768
TopBackCenter 65536
TopBackRight 131072
LeftTopMiddle 2097152
RightTopMiddle 8388608
LeftTopRear 16777216
CenterTopRear 33554432
RightTopRear 67108864

Applies to