nn::dsp::CTR Namespace

Description

The namespace of the CTR library for executing processes using DSP.
(This namespace can also be written without the "::CTR" portion.)

Since there is no method of recovery if an API that returns Result returns an error, treat such an error as a fatal error.

Classes

Result
nn::dsp::CTR::ResultNotInitialized Indicates that the library has not been initialized.
nn::dsp::CTR::ResultAlreadyExists Indicates that it already exists.

Functions

Initialize/Finalize
Initialize Initializes the DSP library.
Finalize Shuts down the DSP library.
LoadComponent Loads a DSP component file and starts the DSP.
LoadDefaultComponent Loads the default DSP component file (sound) and starts the DSP.
UnloadComponent Stops the DSP.
Other
FlushDataCache Writes data for the specified cache range back into memory and invalidates the cache.

Revision History

2011/07/28
Added information about handling Result.
2010/01/29
Initial version.

CONFIDENTIAL