spGetSoundFromMarker

Get SPSound that owns an SPMarker.

Synopsis

SPSound *spGetSoundFromMarker (const SPMarker *marker)

Description

Returns a pointer to the SPSound to which the specified SPMarker belongs.

Arguments

marker
Pointer to SPMarker to interrogate.

Return Value

Pointer to SPSound that owns this SPMarker.

Implementation

Library call implemented in music.lib V24.

Associated Files

soundplayer.h, music.lib

See Also

spAddMarker(), spFindMarkerName(), spGetMarkerPosition(), spGetMarkerName()