Site Search
Library
linux docs
linux man pages
Toys
world sunlight
moon phase
voice_get_position(3) - Linux man page
Name
voice_get_position - Returns the current position of a voice. Allegro game programming library.
Synopsis
#include <allegro.h>
int voice_get_position(int voice);
Description
Returns the current position of a voice, in sample units, or -1 if it has finished playing.
See Also
voice_set_position
(3)
Referenced By
voice_check
(3)