共用方式為


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 的敏感度,但代價是增加感應器雜訊。

適用於