nn::mic::CTR::GetForbiddenArea Function

Syntax

bool GetForbiddenArea(
     s32 * upper,
     s32 * lower,
     SamplingType type,
     u8 gain
);

Arguments

Name Description
out upper Maximum value for the region within which it is prohibited to determine if there is microphone input.
out lower Minimum value for the region within which it is prohibited to determine if there is microphone input.
in type Specifies the sampling type.
in gain Sets the microphone amp's gain. Specify a value in the range 0-119 (10.5-70.0 dB).

Return Values

Returns true if the region can be obtained properly and false otherwise.

Description

Gets the maximum and minimum values for the region within which it is prohibited to determine if there is microphone input. Avoid determining microphone input between these limits.

Revision History

2010/07/15
Initial version.

CONFIDENTIAL