MicrophoneInfo.IndexInTheGroupUnknown Field

Definition

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

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

Field Value

Value = -1
Attributes

Remarks

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

Java documentation for android.media.MicrophoneInfo.INDEX_IN_THE_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