AudioManager.PropertySupportMicNearUltrasound Field

Definition

Used as a key for #getProperty to determine if the default microphone audio source supports near-ultrasound frequencies (range of 18 - 21 kHz).

[Android.Runtime.Register("PROPERTY_SUPPORT_MIC_NEAR_ULTRASOUND", ApiSince=23)]
public const string PropertySupportMicNearUltrasound;
[<Android.Runtime.Register("PROPERTY_SUPPORT_MIC_NEAR_ULTRASOUND", ApiSince=23)>]
val mutable PropertySupportMicNearUltrasound : string

Field Value

Attributes

Remarks

Used as a key for #getProperty to determine if the default microphone audio source supports near-ultrasound frequencies (range of 18 - 21 kHz).

Java documentation for android.media.AudioManager.PROPERTY_SUPPORT_MIC_NEAR_ULTRASOUND.

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