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