nn::mic::CTR::ResetBuffer Function

Syntax

Result ResetBuffer();

Arguments

None.

Return Values

Returns the result of the operation.
Value Description
ResultSuccess 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 ResetBuffer.

Revision History

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

CONFIDENTIAL