|
MPD
0.17~git
|
#include <stdbool.h>#include <stdio.h>Go to the source code of this file.
Functions | |
| void | volume_init (void) |
| void | volume_finish (void) |
| int | volume_level_get (void) |
| bool | volume_level_change (unsigned volume) |
| bool | read_sw_volume_state (const char *line) |
| void | save_sw_volume_state (FILE *fp) |
| unsigned | sw_volume_state_get_hash (void) |
| Generates a hash number for the current state of the software volume control. | |
| bool read_sw_volume_state | ( | const char * | line | ) |
| void save_sw_volume_state | ( | FILE * | fp | ) |
| unsigned sw_volume_state_get_hash | ( | void | ) |
Generates a hash number for the current state of the software volume control.
This is used by timer_save_state_file() to determine whether the state has changed and the state file should be saved.
| void volume_finish | ( | void | ) |
| void volume_init | ( | void | ) |
| bool volume_level_change | ( | unsigned | volume | ) |
| int volume_level_get | ( | void | ) |
1.7.6.1