nn::mic::CTR::GetForbiddenArea Function
bool GetForbiddenArea(
s32 * upper,
s32 * lower,
SamplingType type,
u8 gain
);
| 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). |
true if the region can be obtained properly and false otherwise. 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.
CONFIDENTIAL