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

FreeBSD Manual Pages

  
 
  

home | help
al_create...e_instance(3)  Library Functions Manual  al_create...e_instance(3)

NAME
       al_create_sample_instance - Allegro 5 API

SYNOPSIS
	      #include <allegro5/allegro_audio.h>

	      ALLEGRO_SAMPLE_INSTANCE *al_create_sample_instance(ALLEGRO_SAMPLE	*sample_data)

DESCRIPTION
       Creates	a  sample  instance,  using the	supplied sample	data.  The in-
       stance must be attached to a mixer (or voice) in	order to actually pro-
       duce output.

       The argument may	be NULL.  You can then set the sample data later  with
       al_set_sample(3).

SEE ALSO
       al_destroy_sample_instance(3)

Allegro	reference manual			     al_create...e_instance(3)

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

home | help