Camera.Parameters.ExposureCompensation Property

Definition

Caution

deprecated

Gets the current exposure compensation index. -or- Sets the exposure compensation index.

[System.Obsolete("deprecated")]
public virtual int ExposureCompensation { [Android.Runtime.Register("getExposureCompensation", "()I", "GetGetExposureCompensationHandler")] get; [Android.Runtime.Register("setExposureCompensation", "(I)V", "GetSetExposureCompensation_IHandler")] set; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getExposureCompensation", "()I", "GetGetExposureCompensationHandler")>]
[<set: Android.Runtime.Register("setExposureCompensation", "(I)V", "GetSetExposureCompensation_IHandler")>]
member this.ExposureCompensation : int with get, set

Property Value

current exposure compensation index. The range is #getMinExposureCompensation to #getMaxExposureCompensation. 0 means exposure is not adjusted.

Attributes

Remarks

Property getter documentation:

Gets the current exposure compensation index.

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

Property setter documentation:

Sets the exposure compensation index.

Java documentation for android.hardware.Camera.Parameters.setExposureCompensation(int).

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