.\" Automatically generated by Pandoc 3.1.11.1 .\" .TH "al_get_audio_stream_playing" "3" "" "Allegro reference manual" "" .SH NAME al_get_audio_stream_playing \- Allegro 5 API .SH SYNOPSIS .IP .EX #include bool al_get_audio_stream_playing(const ALLEGRO_AUDIO_STREAM *stream) .EE .SH DESCRIPTION Return true if the stream is playing. .SH SEE ALSO al_set_audio_stream_playing(3).