#include "check.h"
#include "replay_gain_info.h"
#include <stdbool.h>
Go to the source code of this file.
Function Documentation
const char* replay_gain_get_mode_string |
( |
void |
| ) |
|
Returns the current replay gain mode as a machine-readable string.
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.
- Returns:
- true on success, false if the string could not be parsed
Variable Documentation