debian man page for voice_check

Query: voice_check

OS: debian

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

voice_check(3alleg4)						  Allegro manual					      voice_check(3alleg4)

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(3alleg4), voice_start(3alleg4), voice_get_position(3alleg4) Allegro version 4.4.2 voice_check(3alleg4)
Related Man Pages
play_sample(3alleg4) - centos
play_sample(3alleg4) - suse
play_sample(3alleg4) - php
play_sample(3alleg4) - mojave
play_sample(3alleg4) - opendarwin
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
Weird 'find' results
My first PERL incarnation... Audio Oscillograph