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
ResultSuccess Process was successful.
ResultAlreadyInitialized Already initialized.
ResultNoDspComponentLoaded dspcomponent is not loaded.

Description

Initializes the sound library.

It can be used after initializing DSP with the functions, such as nn::dsp::CTR::Initialize and nn::dsp::CTR::LoadDefaultComponent.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL