logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

stop_sample - Stops a sample from playing. Allegro game programming library.

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().

Name

       stop_sample - Stops a sample from playing. Allegro game programming library.

See Also

play_sample(3alleg4), destroy_sample(3alleg4)

Allegro                                           version 4.4.3                             stop_sample(3alleg4)

Synopsis

#include<allegro.h>voidstop_sample(constSAMPLE*spl);

See Also