Skip to content

Enum speaker_type

enum speaker_type dsp

enum class speaker_type : int { … }

Speaker types (channel positions).

enum constant None

None          = -1

No speaker / unspecified.

Fully qualified name: kfr::speaker_type::None

Declared at dsp/speaker.hpp:39

enum constant Mono

Mono          = 0

Mono (front center, single channel).

Fully qualified name: kfr::speaker_type::Mono

Declared at dsp/speaker.hpp:40

enum constant M

M             = static_cast<int>(Mono)

Alias for Mono.

Fully qualified name: kfr::speaker_type::M

Declared at dsp/speaker.hpp:41

enum constant Left

Left          = 1

Front left.

Fully qualified name: kfr::speaker_type::Left

Declared at dsp/speaker.hpp:42

enum constant L

L             = static_cast<int>(Left)

Alias for Left.

Fully qualified name: kfr::speaker_type::L

Declared at dsp/speaker.hpp:43

enum constant Right

Right         = 2

Front right.

Fully qualified name: kfr::speaker_type::Right

Declared at dsp/speaker.hpp:44

enum constant R

R             = static_cast<int>(Right)

Alias for Right.

Fully qualified name: kfr::speaker_type::R

Declared at dsp/speaker.hpp:45

enum constant Center

Center        = 3

Front center.

Fully qualified name: kfr::speaker_type::Center

Declared at dsp/speaker.hpp:46

enum constant C

C             = static_cast<int>(Center)

Alias for Center.

Fully qualified name: kfr::speaker_type::C

Declared at dsp/speaker.hpp:47

enum constant Lfe

Lfe           = 4

Low-frequency effects (subwoofer).

Fully qualified name: kfr::speaker_type::Lfe

Declared at dsp/speaker.hpp:48

enum constant Ls

Ls            = 5

Left surround.

Fully qualified name: kfr::speaker_type::Ls

Declared at dsp/speaker.hpp:49

enum constant LeftSurround

LeftSurround  = static_cast<int>(Ls)

Alias for Ls.

Fully qualified name: kfr::speaker_type::LeftSurround

Declared at dsp/speaker.hpp:50

enum constant Rs

Rs            = 6

Right surround.

Fully qualified name: kfr::speaker_type::Rs

Declared at dsp/speaker.hpp:51

enum constant RightSurround

RightSurround = static_cast<int>(Rs)

Alias for Rs.

Fully qualified name: kfr::speaker_type::RightSurround

Declared at dsp/speaker.hpp:52

enum constant Lc

Lc            = 7

Left center (front, between L and C).

Fully qualified name: kfr::speaker_type::Lc

Declared at dsp/speaker.hpp:53

enum constant Rc

Rc            = 8

Right center (front, between R and C).

Fully qualified name: kfr::speaker_type::Rc

Declared at dsp/speaker.hpp:54

enum constant S

S             = 9

Rear surround (single).

Fully qualified name: kfr::speaker_type::S

Declared at dsp/speaker.hpp:55

enum constant Cs

Cs            = static_cast<int>(S)

Alias for S (center surround).

Fully qualified name: kfr::speaker_type::Cs

Declared at dsp/speaker.hpp:56

enum constant Sl

Sl            = 10

Side left.

Fully qualified name: kfr::speaker_type::Sl

Declared at dsp/speaker.hpp:57

enum constant Sr

Sr            = 11

Side right.

Fully qualified name: kfr::speaker_type::Sr

Declared at dsp/speaker.hpp:58

enum constant Tm

Tm            = 12

Top middle.

Fully qualified name: kfr::speaker_type::Tm

Declared at dsp/speaker.hpp:59

enum constant Tfl

Tfl           = 13

Top front left.

Fully qualified name: kfr::speaker_type::Tfl

Declared at dsp/speaker.hpp:60

enum constant Tfc

Tfc           = 14

Top front center.

Fully qualified name: kfr::speaker_type::Tfc

Declared at dsp/speaker.hpp:61

enum constant Tfr

Tfr           = 15

Top front right.

Fully qualified name: kfr::speaker_type::Tfr

Declared at dsp/speaker.hpp:62

enum constant Trl

Trl           = 16

Top rear left.

Fully qualified name: kfr::speaker_type::Trl

Declared at dsp/speaker.hpp:63

enum constant Trc

Trc           = 17

Top rear center.

Fully qualified name: kfr::speaker_type::Trc

Declared at dsp/speaker.hpp:64

enum constant Trr

Trr           = 18

Top rear right.

Fully qualified name: kfr::speaker_type::Trr

Declared at dsp/speaker.hpp:65

enum constant Lfe2

Lfe2          = 19

Second low-frequency effects channel.

Fully qualified name: kfr::speaker_type::Lfe2

Declared at dsp/speaker.hpp:66

Fully qualified name: kfr::speaker_type

Declared at dsp/speaker.hpp:37

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.