ssplDumpSoundSpooler

Print debug info for SoundSpooler.

Synopsis

void ssplDumpSoundSpooler ( const SoundSpooler *sspl )

Description

Prints debugging information for SoundSpooler including the contents of both the active and free queues (calls ssplDumpSoundBufferNode() for each SoundBufferNode).

Arguments

sspl
SoundSpooler to print.

Return Value

None

Implementation

Library call implemented in music.lib V21.

Associated Files

soundspooler.h, music.lib

See Also

ssplDumpSoundBufferNode()