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

NAME

6       voice_get_position  -  Returns the current position of a voice. Allegro
7       game programming library.
8

SYNOPSIS

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

DESCRIPTION

16       Returns the current position of a voice, in sample units, or -1  if  it
17       has finished playing.
18
19

SEE ALSO

21       voice_set_position(3)
22
23
24
25Allegro                          version 4.4.3           voice_get_position(3)
Impressum