AVBlocks for C++
3.0
Audio and Video Software Development Kit
|
Defines the speaker location of one or more audio channels. More...
Enumerations | |
enum | Enum { None = 0x0 , Left = 0x1 , Right = 0x2 , Center = 0x4 , LFE = 0x8 , BackLeft = 0x10 , BackRight = 0x20 , LeftCenter = 0x40 , RightCenter = 0x80 , BackCenter = 0x100 , SideLeft = 0x200 , SideRight = 0x400 , TopCenter = 0x800 , TopFrontLeft = 0x1000 , TopFrontCenter = 0x2000 , TopFrontRight = 0x4000 , TopBackLeft = 0x8000 , TopBackCenter = 0x10000 , TopBackRight = 0x20000 , LayoutMono = Center , LayoutStereo = Left | Right , Layout2p1 = Left | Right | LFE , LayoutSurround = Left | Right | Center | BackCenter , LayoutQuad = Left | Right | BackLeft | BackRight , Layout4p1 = Left | Right | LFE | BackLeft | BackRight , Layout5p1 = Left | Right | Center | LFE | BackLeft | BackRight , Layout7p1Surround = Left | Right | Center | LFE | BackLeft | BackRight | SideLeft | SideRight , Layout5p1Surround = Left | Right | Center | LFE | SideLeft | SideRight , Layout7p1 = Left | Right | Center | LFE | BackLeft | BackRight | LeftCenter | RightCenter } |
AudioChannelFlags::Enum. More... | |
Defines the speaker location of one or more audio channels.
These channel constants are expressed as bit flags and can be combined together. A number of common speaker layouts are defined for convenience.
enum Enum |