spFindMarkerName
Return pointer an SPMarker by looking up its name.
Synopsis
SPMarker *spFindMarkerName (const SPSound *sound, const char *markerName)
Description
Locates the specified marker name in the specified sound.
Arguments
- sound
- Pointer to SPSound to search for marker.
- markerName
- Name of marker in sound to find.
Return Value
Pointer to matched SPMarker on success; NULL on failure.
Implementation
Library call implemented in music.lib V24.
Associated Files
soundplayer.h, music.lib
See Also
spAddMarker
(), spRemoveMarker(), SPDecisionFunction