1al_attach_mixer_to_mixer(3)                        al_attach_mixer_to_mixer(3)
2
3
4

NAME

6       al_attach_mixer_to_mixer - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_audio.h>
10
11              bool al_attach_mixer_to_mixer(ALLEGRO_MIXER *stream, ALLEGRO_MIXER *mixer)
12

DESCRIPTION

14       Attaches  the  mixer passed as the first argument onto the mixer passed
15       as the second argument.  The first mixer (that is going to be attached)
16       must  not  already  be  attached to anything.  Both mixers must use the
17       same frequency, audio depth and channel configuration.
18
19       Returns true on success, false on error.
20
21       It is invalid to attach a mixer to itself.
22

SEE ALSO

24       al_detach_mixer(3).
25
26
27
28Allegro reference manual                           al_attach_mixer_to_mixer(3)
Impressum