MicrophoneInfo.MinSpl Property

Definition

Returns the level in dB of the minimum SPL that can be registered by the device at 1000Hz.

public float MinSpl { [Android.Runtime.Register("getMinSpl", "()F", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getMinSpl", "()F", "", ApiSince=28)>]
member this.MinSpl : single

Property Value

the minimum level in dB or #SPL_UNKNOWN if minimum SPL is unknown

Attributes

Remarks

Returns the level in dB of the minimum SPL that can be registered by the device at 1000Hz.

Java documentation for android.media.MicrophoneInfo.getMinSpl().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to