1al_attach_audio_stream_to_mixer(3) al_attach_audio_stream_to_mixer(3)
2
3
4
6 al_attach_audio_stream_to_mixer - Allegro 5 API
7
9 #include <allegro5/allegro_audio.h>
10
11 bool al_attach_audio_stream_to_mixer(ALLEGRO_AUDIO_STREAM *stream, ALLEGRO_MIXER *mixer)
12
14 Attach an audio stream to a mixer. The stream must not already be at‐
15 tached to anything.
16
17 Returns true on success, false on failure.
18
20 al_detach_audio_stream(3).
21
22
23
24Allegro reference manual al_attach_audio_stream_to_mixer(3)