Compartilhar via


AVCaptureDevice.AutomaticallyEnablesLowLightBoostWhenAvailable Propriedade

Definição

Se o sistema deve habilitar automaticamente o "modo de aumento" (ISO 3200) em pouca luz.

[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

Valor da propriedade

O valor padrão é false.

Atributos

Comentários

A equivalência iso padrão para o iPhone 5 é 800. O "modo de aumento" aumenta a sensibilidade ao ISO 3200, ao custo do aumento do ruído do sensor.

Aplica-se a