Initializes a marker with the current sequence location for use with the compressed MIDI sequence player
#include <libaudio.h> /* libaudio.h */ void alCSeqGetLoc(ALCSeq *seq, ALCSeqMarker *marker);
alCSeqGetLoc initializes the marker with the current sequence location. This can then be used by the alCSeqSetLoc function to position the sequence playback at this point.
alCSeq, alCSeqSetLoc, and alCSeqNewMarker
1999/04/30 Changed Format