al_drain_audio_stream - Man Page
Allegro 5 API
Synopsis
#include <allegro5/allegro_audio.h> void al_drain_audio_stream(ALLEGRO_AUDIO_STREAM *stream)
Description
You should call this to finalise an audio stream that you will no longer be feeding, to wait for all pending buffers to finish playing. The stream’s playing state will change to false.
See Also
Referenced By
al_destroy_audio_stream(3), ALLEGRO_AUDIO_STREAM(3).
Allegro reference manual