Query: voice_get_volume
OS: debian
Section: 3alleg4
Links: debian man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
voice_get_volume(3alleg4) Allegro manual voice_get_volume(3alleg4)NAMEvoice_get_volume - Returns the current volume of the voice. Allegro game programming library.SYNOPSIS#include <allegro.h> int voice_get_volume(int voice);DESCRIPTIONReturns the current volume of the voice, range 0-255. Otherwise it returns -1 if that cannot be determined (because it has finished or been preempted by a different sound).SEE ALSOvoice_set_volume(3alleg4) Allegro version 4.4.2 voice_get_volume(3alleg4)