1set_mixer_quality(3) Allegro manual set_mixer_quality(3)
2
3
4
6 set_mixer_quality - Sets the resampling quality of the mixer. Allegro
7 game programming library.
8
10 #include <allegro.h>
11
12
13 void set_mixer_quality(int quality);
14
16 Sets the resampling quality of the mixer. Valid values are the same as
17 the `quality' config variable. Please read chapter "Standard config
18 variables" for details. You can call this function at any point in your
19 program, even before allegro_init().
20
21
23 get_mixer_quality(3)
24
25
26
27Allegro version 4.2.2 set_mixer_quality(3)