nw::snd::SoundSystem::EnterSleep Member Function#include <nw/snd/snd_SoundSystem.h> static void EnterSleep();
None.
Prepares the sound library for sleep mode.
Always call this function before entering sleep.
Threads for loading sound data are locked when preparing for sleep.
If there is data being loaded by a thread loading sound data, execution is blocked inside this function until data is finished loading.
To cancel sleep, call the LeaveSleep function.
CONFIDENTIAL