src/volume.h File Reference
#include <stdbool.h>
#include <stdio.h>
Go to the source code of this file.
Define Documentation
#define VOLUME_MIXER_ALSA "alsa" |
#define VOLUME_MIXER_DISABLED "disabled" |
#define VOLUME_MIXER_HARDWARE "hardware" |
#define VOLUME_MIXER_OSS "oss" |
#define VOLUME_MIXER_SOFTWARE "software" |
Function Documentation
void read_sw_volume_state |
( |
FILE * |
fp |
) |
|
void save_sw_volume_state |
( |
FILE * |
fp |
) |
|
void volume_finish |
( |
void |
|
) |
|
void volume_init |
( |
void |
|
) |
|
bool volume_level_change |
( |
int |
change, |
|
|
bool |
rel | |
|
) |
| | |
int volume_level_get |
( |
void |
|
) |
|