nw::snd::SoundSystem::GetRequiredMemSize Member Function#include <nw/snd/snd_SoundSystem.h>
static size_t GetRequiredMemSize(
const SoundSystemParam & param
);
| Name | Description | |
|---|---|---|
| in | param | Initialization parameter. |
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.
CONFIDENTIAL