1al_attach_sample_instance_to_mixer(3) al_attach_sample_instance_to_mixer(3)
2
3
4
6 al_attach_sample_instance_to_mixer - Allegro 5 API
7
9 #include <allegro5/allegro_audio.h>
10
11 bool al_attach_sample_instance_to_mixer(ALLEGRO_SAMPLE_INSTANCE *spl,
12 ALLEGRO_MIXER *mixer)
13
15 Attach a sample instance to a mixer. The instance must not already be
16 attached to anything.
17
18 Returns true on success, false on failure.
19
21 al_detach_sample_instance(3).
22
23
24
25Allegro reference manual al_attach_sample_instance_to_mixer(3)