nn::dsp::CTR::LoadDefaultComponent Function

Syntax

nn::Result LoadDefaultComponent(
     void
);

Arguments

None.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.

Value Description
ResultSuccess Process was successful.
ResultNotInitialized The library is not initialized.
ResultAlreadyExists dspcomponent is already loaded.

Description

Loads the default DSP component file (sound) and starts the DSP.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL