MPD
0.20.15
|
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) noexcept |
Return the string representation of a ReplayGainMode. More... | |
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.
ReplayGainMode FromString | ( | const char * | s | ) |
Parse a string to a ReplayGainMode.
Throws std::runtime_error on error.
|
noexcept |
Return the string representation of a ReplayGainMode.