AVCaptureDevice.AutomaticallyEnablesLowLightBoostWhenAvailable 属性

定义

系统是否应在低光下自动启用 ISO 3200 (“提升模式”) 。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool AutomaticallyEnablesLowLightBoostWhenAvailable { [Foundation.Export("automaticallyEnablesLowLightBoostWhenAvailable")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setAutomaticallyEnablesLowLightBoostWhenAvailable:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.AutomaticallyEnablesLowLightBoostWhenAvailable : bool with get, set

属性值

默认值为 false

属性

注解

iPhone 5 的默认 ISO 等效值为 800。 “提升模式”可提高对 ISO 3200 的敏感度,但代价是传感器噪声增加。

适用于