1al_set_mixer_quality(3) al_set_mixer_quality(3)
23
4
NAME
6al_set_mixer_quality - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_audio.h>
1011
bool al_set_mixer_quality(ALLEGRO_MIXER *mixer, ALLEGRO_MIXER_QUALITY new_quality)
12
DESCRIPTION
14Set the mixer quality. This can only succeed if the mixer does not
15have anything attached to it.
1617
Returns true on success, false on failure.
18
SEE ALSO
20ALLEGRO_MIXER_QUALITY(3), al_get_mixer_quality(3)
2122
23
24
Allegro reference manual al_set_mixer_quality(3)