1al_set_mixer_frequency(3) al_set_mixer_frequency(3)
23
4
NAME
6al_set_mixer_frequency - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_audio.h>
1011
bool al_set_mixer_frequency(ALLEGRO_MIXER *mixer, unsigned int val)
12
DESCRIPTION
14Set the mixer frequency (in Hz). This will only work if the mixer is
15not attached to anything.
1617
Returns true on success, false on failure.
18
SEE ALSO
20al_get_mixer_frequency(3)
2122
23
24
Allegro reference manual al_set_mixer_frequency(3)