MPD
|
Go to the source code of this file.
Enumerations | |
enum | mixer_type { MIXER_TYPE_UNKNOWN, MIXER_TYPE_NONE, MIXER_TYPE_SOFTWARE, MIXER_TYPE_HARDWARE } |
Functions | |
enum mixer_type | mixer_type_parse (const char *input) |
Parses a "mixer_type" setting from the configuration file. | |
enum mixer_type |
MIXER_TYPE_UNKNOWN |
parser error |
MIXER_TYPE_NONE |
mixer disabled |
MIXER_TYPE_SOFTWARE |
software mixer with pcm_volume() |
MIXER_TYPE_HARDWARE |
hardware mixer (output's plugin) |
Definition at line 23 of file mixer_type.h.
enum mixer_type mixer_type_parse | ( | const char * | input | ) |
Parses a "mixer_type" setting from the configuration file.
input | the configured string value; must not be NULL |