nn::mic::CTR::Finalize Function

Syntax

Result Finalize();

Parameters

None.

Return Values

Returns the result of the operation.
Value Description
Result::IsSuccess Process succeeded.
ResultNotInitialized Not initialized.

Description

Finalizes the MIC library.

Calling this function stops any sampling in progress, sets the microphone amp gain to nn::mic::CTR::AMP_GAIN_DEFAULT_VALUE, and turns the microphone power off.

Revision History

2010/12/18
Revised the description of the return values.
2010/07/15
Added description of microphone amp and power settings on finalization.
2010/01/07
Initial version.

CONFIDENTIAL