1stop_audio_stream(3) Allegro manual stop_audio_stream(3)
23
4
NAME
6stop_audio_stream - Destroys an audio stream when it is no longer
7required. Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void stop_audio_stream(AUDIOSTREAM *stream);
14
DESCRIPTION
16Destroys an audio stream when it is no longer required.
1718
SEE ALSO
20play_audio_stream(3), exstream(3)
2122
23
24
Allegro version 4.4.3 stop_audio_stream(3)