voice_get_position - Returns the current position of a voice. Allegro game programming library.
Contents
Description
Returns the current position of a voice, in sample units, or -1 if it has finished playing.
Name
voice_get_position - Returns the current position of a voice. Allegro game programming library.
See Also
voice_set_position(3alleg4) Allegro version 4.4.3 voice_get_position(3alleg4)
Synopsis
#include<allegro.h>intvoice_get_position(intvoice);
