Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
stop_sample(3)			Allegro	manual			stop_sample(3)

NAME
       stop_sample - Stops a sample from playing. Allegro game programming li-
       brary.

SYNOPSIS
       #include	<allegro.h>

       void stop_sample(const SAMPLE *spl);

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	 play-
       ing, it will stop them all. You must still destroy the sample using de-
       stroy_sample().

SEE ALSO
       play_sample(3), destroy_sample(3)

Allegro				 version 4.4.3			stop_sample(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=stop_sample&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help