voice_stop_volumeramp

Section: Allegro manual (3)
Updated: version 4.2.2
Index Return to Main Contents
 

NAME

voice_stop_volumeramp - Interrupts a volume ramp operation. Allegro game programming library.  

SYNOPSIS

#include <allegro.h>

void voice_stop_volumeramp(int voice);  

DESCRIPTION

Interrupts a volume ramp operation.

 

SEE ALSO

voice_ramp_volume(3)