alSeqGetLoc (function)

Initializes a marker with the current sequence location

Syntax

#include <libaudio.h>     /* libaudio.h */
void alSeqGetLoc(ALSeq *seq, ALSeqMarker *marker);

Arguments

seq
Pointer to the sequence

marker
Marker to be filled in with the current sequence location

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

alSeqSetLoc

Revision History

1999/04/30 Changed Format