MPD
0.20.6
|
Go to the source code of this file.
Enumerations | |
enum | ReplayGainMode : uint8_t { ReplayGainMode::OFF, ReplayGainMode::ALBUM, ReplayGainMode::TRACK, ReplayGainMode::AUTO } |
Functions | |
gcc_pure const char * | ToString (ReplayGainMode mode) |
Return the string representation of a ReplayGainMode. More... | |
gcc_pure ReplayGainMode | FromString (const char *s) |
Parse a string to a ReplayGainMode. More... | |
|
strong |
Enumerator | |
---|---|
OFF | |
ALBUM | |
TRACK | |
AUTO |
Definition at line 27 of file ReplayGainMode.hxx.
gcc_pure ReplayGainMode FromString | ( | const char * | s | ) |
Parse a string to a ReplayGainMode.
Throws std::runtime_error on error.
gcc_pure const char* ToString | ( | ReplayGainMode | mode | ) |
Return the string representation of a ReplayGainMode.