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

NAME

6       voice_stop - Stops a voice. Allegro game programming library.
7

SYNOPSIS

9       #include <allegro.h>
10
11
12       void voice_stop(int voice);
13

DESCRIPTION

15       Stops  a  voice,  storing the current position and state so that it may
16       later be resumed by calling voice_start().
17
18

SEE ALSO

20       voice_start(3), deallocate_voice(3), release_voice(3), exstream(3)
21
22
23
24Allegro                          version 4.2.2                   voice_stop(3)
Impressum