Initializes a marker with the current sequence location
Syntax
#include <libaudio.h> /* libaudio.h */ void alSeqGetLoc(ALSeq *seq, ALSeqMarker *marker);
Arguments
Description
alSeqGetLoc initializes the marker with the current sequence location. This can be used by the alSeqSetLoc function to later position the sequence playback at this point.
See Also
1999/04/30 Changed Format