nw::snd::SoundArchivePlayer::Finalize Member Function

Syntax

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

Arguments

None.

Return Values

None.

Description

Destroys a sound archive player.

The sound archive player is destroyed as follows.

- Sounds played using this sound archive player are stopped.
- Memory allocated during initialization is freed.
- The bond with the initialized sound archive is removed.

See Also

Initialize
IsAvailable

Revision History

2010/02/01
Changed the function name from Shutdown to Finalize.
2010/01/15
Initial version.

CONFIDENTIAL