MPD
|
Go to the source code of this file.
Functions | |
void | replay_gain_global_init (void) |
const char * | replay_gain_get_mode_string (void) |
Returns the current replay gain mode as a machine-readable string. | |
bool | replay_gain_set_mode_string (const char *p) |
Sets the replay gain mode, parsed from a string. | |
enum replay_gain_mode | replay_gain_get_real_mode (void) |
Returns the "real" mode according to the "auto" setting". | |
Variables | |
enum replay_gain_mode | replay_gain_mode |
float | replay_gain_preamp |
float | replay_gain_missing_preamp |
bool | replay_gain_limit |
const char* replay_gain_get_mode_string | ( | void | ) |
Returns the current replay gain mode as a machine-readable string.
enum replay_gain_mode replay_gain_get_real_mode | ( | void | ) |
Returns the "real" mode according to the "auto" setting".
void replay_gain_global_init | ( | void | ) |
bool replay_gain_set_mode_string | ( | const char * | p | ) |
Sets the replay gain mode, parsed from a string.
bool replay_gain_limit |
float replay_gain_missing_preamp |
float replay_gain_preamp |