1al_get_default_mixer(3) al_get_default_mixer(3)
2
3
4
6 al_get_default_mixer - Allegro 5 API
7
9 #include <allegro5/allegro_audio.h>
10
11 ALLEGRO_MIXER *al_get_default_mixer(void)
12
14 Return the default mixer, or NULL if one has not been set. Although
15 different configurations of mixers and voices can be used, in most
16 cases a single mixer attached to a voice is what you want. The default
17 mixer is used by al_play_sample(3).
18
20 al_reserve_samples(3), al_play_sample(3), al_set_default_mixer(3),
21 al_restore_default_mixer(3)
22
23
24
25Allegro reference manual al_get_default_mixer(3)