MicrophoneInfo.GroupUnknown Field

Definition

Value used for when the group of the microphone is unknown.

[Android.Runtime.Register("GROUP_UNKNOWN", ApiSince=28)]
public const int GroupUnknown = -1;
[<Android.Runtime.Register("GROUP_UNKNOWN", ApiSince=28)>]
val mutable GroupUnknown : int

Field Value

Value = -1
Attributes

Remarks

Value used for when the group of the microphone is unknown.

Java documentation for android.media.MicrophoneInfo.GROUP_UNKNOWN.

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