MPD
0.20.6
|
Go to the source code of this file.
Enumerations | |
enum | MixerType { MixerType::UNKNOWN, MixerType::NONE, MixerType::NULL_, MixerType::SOFTWARE, MixerType::HARDWARE } |
Functions | |
MixerType | mixer_type_parse (const char *input) |
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 23 of file MixerType.hxx.
MixerType mixer_type_parse | ( | const char * | input | ) |
Parses a MixerType setting from the configuration file.
input | the configured string value; must not be NULL |