MicrophoneInfo.Id Property

Definition

Returns The system unique device ID that corresponds to the id returned by AudioDeviceInfo#getId().

public int Id { [Android.Runtime.Register("getId", "()I", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getId", "()I", "", ApiSince=28)>]
member this.Id : int

Property Value

the microphone's id

Attributes

Remarks

Returns The system unique device ID that corresponds to the id returned by AudioDeviceInfo#getId().

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

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