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.

To execute finalization properly, you must first finalize all instances of the SoundArchivePlayer library, including instances of objects such as SoundArchivePlayer. For details, see the demos/snd/withSdk demo.

See Also

Initialize

Revision History

2010/02/22
Added a reference to demos/snd/withSdk regarding finalization.
2010/01/29
Changed function names from ShutdownSoundSystem to Finalize.
2010/01/15
Initial version.

CONFIDENTIAL