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) enum constant Left ¶
Left = 1 enum constant L ¶
L = static_cast<int>(Left) enum constant Right ¶
Right = 2 enum constant R ¶
R = static_cast<int>(Right) enum constant Center ¶
Center = 3 enum constant C ¶
C = static_cast<int>(Center) 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 enum constant LeftSurround ¶
LeftSurround = static_cast<int>(Ls) enum constant Rs ¶
Rs = 6 enum constant RightSurround ¶
RightSurround = static_cast<int>(Rs) 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 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 enum constant Sr ¶
Sr = 11 enum constant Tm ¶
Tm = 12 enum constant Tfl ¶
Tfl = 13 enum constant Tfc ¶
Tfc = 14 enum constant Tfr ¶
Tfr = 15 enum constant Trl ¶
Trl = 16 enum constant Trc ¶
Trc = 17 enum constant Trr ¶
Trr = 18 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