Share via


Camera.Parameters.MinExposureCompensation Property

Definition

Caution

deprecated

Gets the minimum exposure compensation index.

[System.Obsolete("deprecated")]
public virtual int MinExposureCompensation { [Android.Runtime.Register("getMinExposureCompensation", "()I", "GetGetMinExposureCompensationHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getMinExposureCompensation", "()I", "GetGetMinExposureCompensationHandler")>]
member this.MinExposureCompensation : int

Property Value

minimum exposure compensation index (<=0). If both this method and #getMaxExposureCompensation return 0, exposure compensation is not supported.

Attributes

Remarks

Gets the minimum exposure compensation index.

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

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