1al_attach_mixer_to_mixer(3)Library Functions Manualal_attach_mixer_to_mixer(3)
2
3
4

NAME

6       al_attach_mixer_to_mixer
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   a  mixer  onto  another  mixer.   The  same  rules  as  with
15       al_attach_sample_instance_to_mixer(3) apply, with the added caveat that
16       both mixers must be the same frequency.  Returns true on success, false
17       on error.
18
19       Currently both mixers must have the same  audio  depth,  otherwise  the
20       function fails.
21

SEE ALSO

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