AVCaptureDevice.AutoFocusRangeRestriction Propiedad

Definición

Limita el intervalo en el que se intentará el autofoco.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AVFoundation.AVCaptureAutoFocusRangeRestriction AutoFocusRangeRestriction { [Foundation.Export("autoFocusRangeRestriction")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setAutoFocusRangeRestriction:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.AutoFocusRangeRestriction : AVFoundation.AVCaptureAutoFocusRangeRestriction with get, set

Valor de propiedad

Atributos

Comentarios

Los desarrolladores de aplicaciones pueden ajustar esto para reducir el consumo de energía y ayudar a evitar decisiones incorrectas de autofoco.

Se aplica a

Consulte también