Initialize

nn::snd::CTR::Initialize Function

Syntax

nn::Result Initialize();

Arguments

None.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.
Value Description
Result::IsSuccess Process was successful.
ResultAlreadyInitialized Already initialized.
ResultNoDspComponentLoaded dspcomponent is not loaded.

Description

Initializes the sound library.

Before calling this function you must call both nn::dsp::CTR::Initialize and nn::dsp::CTR::LoadDefaultComponent.

In addition, you need to call this function before calling any of the functions in the nn::snd::CTR namespace.

Revision History

2011/12/12
Added a precaution regarding the timing of calls.
2010/01/29
Initial version.

CONFIDENTIAL