Share via


CameraMetadata.ControlAePriorityModeOff Field

Definition

Caution

This constant will be removed in the future version. Use Android.Hardware.Camera2.ControlAePriorityMode enum directly instead of this field.

Disable AE priority mode.

[Android.Runtime.Register("CONTROL_AE_PRIORITY_MODE_OFF", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.ControlAePriorityMode enum directly instead of this field.", true)]
public const Android.Hardware.Camera2.ControlAePriorityMode ControlAePriorityModeOff = 0;
[<Android.Runtime.Register("CONTROL_AE_PRIORITY_MODE_OFF", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.ControlAePriorityMode enum directly instead of this field.", true)>]
val mutable ControlAePriorityModeOff : Android.Hardware.Camera2.ControlAePriorityMode

Field Value

Value = 0
Attributes

Remarks

Disable AE priority mode. This is the default value.

Java documentation for android.hardware.camera2.CameraMetadata.CONTROL_AE_PRIORITY_MODE_OFF.

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