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

FreeBSD Manual Pages

  
 
  

home | help
ALLEGRO_SAMPLE_ID(3)	    Library Functions Manual	    ALLEGRO_SAMPLE_ID(3)

NAME
     ALLEGRO_SAMPLE_ID - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro_audio.h>

	    typedef struct ALLEGRO_SAMPLE_ID ALLEGRO_SAMPLE_ID;

DESCRIPTION
     An  ALLEGRO_SAMPLE_ID  represents	a  sample  being played via al_play_sam-
     ple(3).  It can be used to later stop the	sample	with  al_stop_sample(3).
     The  underlying ALLEGRO_SAMPLE_INSTANCE can be extracted using al_lock_sam-
     ple_id(3).

Allegro reference manual				    ALLEGRO_SAMPLE_ID(3)

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

home | help