MicrophoneInfo.Type Property

Definition

Returns the device type identifier of the microphone (e.

public Android.Media.AudioDeviceType Type { [Android.Runtime.Register("getType", "()I", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getType", "()I", "", ApiSince=28)>]
member this.Type : Android.Media.AudioDeviceType

Property Value

the device type of the microphone

Attributes

Remarks

Returns the device type identifier of the microphone (e.g AudioDeviceInfo.TYPE_BUILTIN_MIC).

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

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