1voice_get_volume(3)             Allegro manual             voice_get_volume(3)
2
3
4

NAME

6       voice_get_volume  -  Returns  the  current volume of the voice. Allegro
7       game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int voice_get_volume(int voice);
14

DESCRIPTION

16       Returns the current volume of the voice,  range  0-255.   Otherwise  it
17       returns  -1  if  that  cannot be determined (because it has finished or
18       been preempted by a different sound).
19
20

SEE ALSO

22       voice_set_volume(3)
23
24
25
26Allegro                          version 4.2.2             voice_get_volume(3)
Impressum