spGetPlayerFromSound

Get SPPlayer that owns an SPSound.

Synopsis

SPPlayer *spGetPlayerFromSound (const SPSound *sound)

Description

Returns a pointer to the SPPlayer to which the specified SPSound was added.

Arguments

sound
Pointer to SPSound to interrogate.

Return Value

Pointer to SPPlayer that owns this SPSound.

Implementation

Library call implemented in music.lib V24.

Associated Files

soundplayer.h, music.lib

See Also

spAddSoundFile(), spAddMarker()