.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "al_set_mixer_playing" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_set_mixer_playing - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include bool al_set_mixer_playing(ALLEGRO_MIXER *mixer, bool val) \f[R] .fi .SH DESCRIPTION .PP Change whether the mixer is playing. .PP Returns true on success, false on failure. .SH SEE ALSO .PP al_get_mixer_playing(3alleg5).