Share via


AVCaptureDevice.AutomaticallyEnablesLowLightBoostWhenAvailable Proprietà

Definizione

Indica se il sistema deve abilitare automaticamente la "modalità boost" (ISO 3200) in modalità di scarsa illuminazione.

[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

Valore della proprietà

Il valore predefinito è false.

Attributi

Commenti

L'equivalenza ISO predefinita per iPhone 5 è 800. La "modalità boost" aumenta la sensibilità a ISO 3200, a costo di un aumento del rumore del sensore.

Si applica a