nw::snd::SoundSystem::Finalize Member Function

Syntax

#include <nw/snd/snd_SoundSystem.h>
static void Finalize();

Arguments

None.

Return Values

None.

Description

Shuts down the sound system.

This terminates the thread(s) used to load sound data from ROM and the sound processing thread(s) created by SoundSystem::Initialize.

See Also

Initialize

Revision History

2010/01/29
Changed function names from ShutdownSoundSystem to Finalize.
2010/01/15
Initial version.

CONFIDENTIAL