|
MPD
0.20.18
|
#include "Compiler.h"Go to the source code of this file.
Enumerations | |
| enum | MixerType { MixerType::UNKNOWN, MixerType::NONE, MixerType::NULL_, MixerType::SOFTWARE, MixerType::HARDWARE } |
Functions | |
| gcc_pure MixerType | mixer_type_parse (const char *input) noexcept |
| Parses a MixerType setting from the configuration file. More... | |
|
strong |
| Enumerator | |
|---|---|
| UNKNOWN |
parser error |
| NONE |
mixer disabled |
| NULL_ |
"null" mixer (virtual fake) |
| SOFTWARE |
software mixer with pcm_volume() |
| HARDWARE |
hardware mixer (output's plugin) |
Definition at line 25 of file MixerType.hxx.
Parses a MixerType setting from the configuration file.
| input | the configured string value; must not be NULL |
1.8.9.1