Camera.Parameters.IsAutoExposureLockSupported Property

Definition

Caution

deprecated

Returns true if auto-exposure locking is supported.

[System.Obsolete("deprecated")]
public virtual bool IsAutoExposureLockSupported { [Android.Runtime.Register("isAutoExposureLockSupported", "()Z", "GetIsAutoExposureLockSupportedHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("isAutoExposureLockSupported", "()Z", "GetIsAutoExposureLockSupportedHandler")>]
member this.IsAutoExposureLockSupported : bool

Property Value

true if auto-exposure lock is supported.

Attributes

Remarks

Returns true if auto-exposure locking is supported. Applications should call this before trying to lock auto-exposure. See #setAutoExposureLock for details about the lock.

Java documentation for android.hardware.Camera.Parameters.isAutoExposureLockSupported().

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

See also