Share via


MediaRecorder.InterfaceConsts.MicDirectionUnspecified Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.MicDirection enum directly instead of this field.

Don't do any directionality processing of the activated microphone(s).

[Android.Runtime.Register("MIC_DIRECTION_UNSPECIFIED", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MicDirection enum directly instead of this field.", true)]
public const Android.Media.MicDirection MicDirectionUnspecified = 0;
[<Android.Runtime.Register("MIC_DIRECTION_UNSPECIFIED", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MicDirection enum directly instead of this field.", true)>]
val mutable MicDirectionUnspecified : Android.Media.MicDirection

Field Value

Value = 0
Attributes

Remarks

Don't do any directionality processing of the activated microphone(s).

Java documentation for android.media.MicrophoneDirection.MIC_DIRECTION_UNSPECIFIED.

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