nn::mic::CTR::GetAmp Function

Syntax

Result GetAmp(
     bool * pEnable
);

Parameters

Name Description
out pEnable Returns true if the microphone is powered on. Returns false if the microphone is powered off.

Return Values

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

Description

Gets the ON/OFF setting for power to the microphone.

Revision History

2010/12/18
Revised the description of the return values.
2010/01/07
Initial version.

CONFIDENTIAL