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