AVCaptureDevice.AutoFocusRangeRestriction Proprietà

Definizione

Limita l'intervallo su cui verrà effettuato il tentativo di autofocus.

[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

Valore della proprietà

Attributi

Commenti

Gli sviluppatori di applicazioni possono regolare questa impostazione per ridurre il consumo di energia e per evitare decisioni di autofocus non corrette.

Si applica a

Vedi anche