nw::snd::SoundSystem::SoundFrameProcess Member Function

Syntax

#include <nw/snd/snd_SoundSystem.h>

static void SoundFrameProcess();

Arguments

None.

Return Values

None.

Description

Executes the sound frame process.

If a sound thread has not been started with Initialize, this function must be called within the user application.

Typically, this function is called once within a user application between calls to nn::snd::WaitForDspSync and nn::snd::SendParameterToDsp.

For details, see the demos/snd/createSoundThreadManually demo.

See Also

Initialize

Revision History

2010/06/14
Initial version.

CONFIDENTIAL