spDumpPlayer

Print debug information for sound player

Synopsis

void spDumpPlayer (const SPPlayer *player)

Description

Prints out a bunch of debug information for an SPPlayer including:

. list of the SPPlayer's SPSounds

. list of each SPSound's SPMarkers

. cross reference of static branches between markers

Arguments

player
Pointer to SPPlayer to print.

Return Value

None

Implementation

Library call implemented in music.lib V24.

Associated Files

soundplayer.h, music.lib

See Also

spCreatePlayer()