nn::dsp::CTR NamespaceThe 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.
Result |
|
|---|---|
| nn::dsp::CTR::ResultNotInitialized | Indicates that the library has not been initialized. |
| nn::dsp::CTR::ResultAlreadyExists | Indicates that it already exists. |
| 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. | |
CONFIDENTIAL