stop_audio_stream
Destroys an audio stream when it is no longer required. Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-4.1build3)
- Source: allegro4.4
- Report a bug
Destroys an audio stream when it is no longer required. Allegro game programming library.
#include <allegro.h>
void stop_audio_stream(AUDIOSTREAM *stream);
Destroys an audio stream when it is no longer required.
play_audio_stream(3alleg4), exstream(3alleg4)