nw::snd::SoundSystem::GetRequiredMemSize Member Function

Syntax

#include <nw/snd/snd_SoundSystem.h>

static size_t GetRequiredMemSize(
     const SoundSystemParam & param
);

Arguments

Name Description
in param Initialization parameter.

Return Values

Returns the memory size required to initialize the sound library.

Description

Gets the memory size required to initialize the sound library.

Calculates the memory size required to set up the sound system based on the initialization parameters set in param.

Pass the memory region of the size obtained with this function to nw::snd::SoundSystem::Initialize.

See Also

Initialize
SoundSystemParam

Revision History

2010/06/14
Adjusted the wording.
2010/01/29
Changed the return value type (from u32 to size_t)
2010/01/15
Initial version.

CONFIDENTIAL