FreeBSD Manual Pages
voice_check(3) Allegro manual voice_check(3) NAME voice_check - Checks whether a voice is currently allocated. Allegro game programming library. SYNOPSIS #include <allegro.h> SAMPLE *voice_check(int voice); DESCRIPTION Checks whether a voice is currently allocated. RETURN VALUE Returns a pointer to the sample that the voice is using, or NULL if the voice is inactive (ie. it has been deallocated, or the release_voice() function has been called and the sample has then finished playing). SEE ALSO allocate_voice(3), voice_start(3), voice_get_position(3) Allegro version 4.4.3 voice_check(3)
NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=voice_check&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>
