stop_audio_stream(3) - Linux man page

Name

stop_audio_stream - Destroys an audio stream when it is no longer required. Allegro game programming library.

Synopsis

#include <allegro.h>

void stop_audio_stream(AUDIOSTREAM *stream);

Description

Destroys an audio stream when it is no longer required.

See Also

play_audio_stream(3), exstream(3)