.\" Generated by the Allegro makedoc utility .TH stop_sample 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME stop_sample \- Stops a sample from playing. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void stop_sample(const SAMPLE *spl); .SH DESCRIPTION Stop a sample from playing, which is required if you have set a sample going in looped mode. If there are several copies of the sample playing, it will stop them all. You must still destroy the sample using destroy_sample(). .SH SEE ALSO .BR play_sample (3alleg4), .BR destroy_sample (3alleg4)