voice_stop.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

voice_stop - Stops a voice. Allegro game programming library.

SYNOPSIS

#include <allegro.h>

void voice_stop(int voice);

DESCRIPTION

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

SEE ALSO

voice_start(3alleg), deallocate_voice(3alleg), release_voice(3alleg), exstream(3alleg)