1voice_get_position(3) Allegro manual voice_get_position(3)
23
4
NAME
6voice_get_position - Returns the current position of a voice. Allegro
7game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int voice_get_position(int voice);
14
DESCRIPTION
16Returns the current position of a voice, in sample units, or -1 if it
17has finished playing.
1819
SEE ALSO
21voice_set_position(3)
2223
24
25
Allegro version 4.2.2 voice_get_position(3)