Freigeben über


AVCaptureDevice.AutomaticallyEnablesLowLightBoostWhenAvailable Eigenschaft

Definition

Gibt an, ob das System bei schlechtem Licht automatisch den "Boostmodus" (ISO 3200) aktivieren soll.

[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

Eigenschaftswert

Der Standardwert ist false.

Attribute

Hinweise

Die Standardmäßige ISO-Äquivalenz für das iPhone 5 ist 800. Der "Boost-Modus" erhöht die Empfindlichkeit gegenüber ISO 3200, auf Kosten eines erhöhten Sensorrauschens.

Gilt für: