Finalize

nn::snd::CTR::Finalize Function

Syntax

nn::Result Finalize();

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.

Description

Finalizes the sound library.

After this function has been called you cannot call any functions below the nn::snd::CTRnamespace.

Also note that this function must be called before both nn::dsp::CTR::UnloadComponent and nn::dsp::CTR::Finalize.

Revision History

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

CONFIDENTIAL