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

FreeBSD Manual Pages

  
 
  

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

NAME
     reallocate_voice - Switches the sample of an already-allocated voice. Alle-
     gro game programming library.

SYNOPSIS
     #include <allegro.h>

     void reallocate_voice(int voice, const SAMPLE *spl);

DESCRIPTION
     Switches  an already-allocated voice to use a different sample. Calling re-
     allocate_voice(voice, sample) is equivalent to:

	deallocate_voice(voice);
	voice = allocate_voice(sample);

SEE ALSO
     allocate_voice(3), deallocate_voice(3), load_sample(3)

Allegro 			  version 4.4.3 	     reallocate_voice(3)

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

home | help