spGetMarkerName

Get name of an SPMarker.

Synopsis

const char *spGetMarkerName (const SPMarker *marker)

Description

Returns a pointer to the name of the SPMarker.

Arguments

marker
Pointer to SPMarker to interrogate.

Return Value

Pointer to the SPMarker name string.

Implementation

Library call implemented in music.lib V24.

Associated Files

soundplayer.h, music.lib

See Also

spAddMarker(), spFindMarkerName(), spGetMarkerPosition()