1stop_audio_stream(3)            Allegro manual            stop_audio_stream(3)
2
3
4

NAME

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

SYNOPSIS

10       #include <allegro.h>
11
12
13       void stop_audio_stream(AUDIOSTREAM *stream);
14

DESCRIPTION

16       Destroys an audio stream when it is no longer required.
17
18

SEE ALSO

20       play_audio_stream(3), exstream(3)
21
22
23
24Allegro                          version 4.2.2            stop_audio_stream(3)
Impressum