stop_sample(3) - Linux man page

Name

stop_sample - Kills off a sample. Allegro game programming library.

Synopsis

#include <allegro.h>

void stop_sample(const SAMPLE *spl);

Description

Kills off a sample, 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.

See Also

play_sample(3)