Camera.Parameters.IsAutoWhiteBalanceLockSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
Returns true if auto-white balance locking is supported.
[System.Obsolete("deprecated")]
public virtual bool IsAutoWhiteBalanceLockSupported { [Android.Runtime.Register("isAutoWhiteBalanceLockSupported", "()Z", "GetIsAutoWhiteBalanceLockSupportedHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("isAutoWhiteBalanceLockSupported", "()Z", "GetIsAutoWhiteBalanceLockSupportedHandler")>]
member this.IsAutoWhiteBalanceLockSupported : bool
Property Value
true if auto-white balance lock is supported.
- Attributes
Remarks
Returns true if auto-white balance locking is supported. Applications should call this before trying to lock auto-white balance. See #setAutoWhiteBalanceLock
for details about the lock.
Java documentation for android.hardware.Camera.Parameters.isAutoWhiteBalanceLockSupported()
.
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.