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

FreeBSD Manual Pages

  
 
  

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

NAME
     al_restore_default_mixer - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro_audio.h>

	    bool al_restore_default_mixer(void)

DESCRIPTION
     Restores  Allegro's default mixer and attaches it to the default voice.  If
     the default mixer hasn't been created before, it will be created.	 If  the
     default  voice  hasn't  been set via al_set_default_voice(3) or created be-
     fore, it will also be created.  All samples started with  al_play_sample(3)
     will  be  stopped and all sample instances returned by al_lock_sample_id(3)
     will be invalidated.

     Returns true on success, false on error.

SEE ALSO
     al_get_default_mixer(3), al_set_default_mixer(3), al_reserve_samples(3).

Allegro reference manual			     al_restore_default_mixer(3)

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

home | help