nw::snd::MemorySoundArchive::Initialize Member Function

Syntax

#include <nw/snd/snd_MemorySoundArchive.h>

bool Initialize(
     const void * soundArchiveData
);

Arguments

Name Description
in soundArchiveData Address of sound archive data.

Return Values

Description

Initializes sound archive data in memory.

If a sound archive contains waveform data (waveform archives), that sound archive must be loaded into device memory.

See Also

Finalize

Revision History

2010/04/30
Added a note stating that sound archives must be loaded in device memory.
2010/02/01
Changed the function name Setup to Initialize.
2010/01/15
Initial version.

CONFIDENTIAL