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

FreeBSD Manual Pages

  
 
  

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

NAME
       al_set_default_mixer - Allegro 5	API

SYNOPSIS
	      #include <allegro5/allegro_audio.h>

	      bool al_set_default_mixer(ALLEGRO_MIXER *mixer)

DESCRIPTION
       Sets  the  default  mixer.   All	samples	started	with al_play_sample(3)
       will be stopped and  all	 sample	 instances  returned  by  al_lock_sam-
       ple_id(3)  will	be invalidated.	 If you	are using your own mixer, this
       should be called	before al_reserve_samples(3).

       Returns true on success,	false on error.

SEE ALSO
       al_reserve_samples(3),	al_play_sample(3),    al_get_default_mixer(3),
       al_restore_default_mixer(3)

Allegro	reference manual			       al_set_default_mixer(3)

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

home | help