nn::mic::CTR::Initialize Function

Syntax

Result Initialize();

Parameters

None.

Return Values

Returns the result of the operation.
Value Description
Result::IsSuccess Process succeeded.
ResultAlreadyInitialized Already initialized.
ResultUsingOtherProcess The microphone library cannot be used because another process is using the microphone.
This error is never returned in normal applications that are not applets.

Description

Initializes the MIC library and enables the microphone for use.

Revision History

2010/12/18
Revised the description of the return values.
2010/06/23
Added DESCRIPTION_BUSY to the return values.
2010/01/07
Initial version.

CONFIDENTIAL