Camera.Parameters.ExposureCompensation 属性

定义

注意

deprecated

获取当前曝光补偿索引。 - 或 - 设置曝光补偿索引。

[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

属性值

当前曝光补偿索引。 范围为 #getMinExposureCompensation #getMaxExposureCompensation. 0 表示未调整曝光。

属性

注解

属性 getter 文档:

获取当前曝光补偿索引。

适用于 . 的 android.hardware.Camera.Parameters.getExposureCompensation()Java 文档

属性 setter 文档:

设置曝光补偿索引。

适用于 . 的 android.hardware.Camera.Parameters.setExposureCompensation(int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于