nn::mic::CTR::ResetBuffer Function

Syntax

Result ResetBuffer();

Parameters

None.

Return Values

Returns the result of the operation.
Value Description
Result::IsSuccess Process succeeded.
ResultNotInitialized The memory region has not been set.
ResultBusy Sampling.

Description

Prevents the memory region set using nn::mic::CTR::SetBuffer from being used by the MIC library.

You must stop microphone sampling before running this function.

Revision History

2010/12/18
Revised the description of the return values.
2010/06/23
Initial version.

CONFIDENTIAL