AVCaptureAutoFocusSystem Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Énumère les constantes relatives au système de mise au point automatique de l’appareil.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVCaptureAutoFocusSystem
type AVCaptureAutoFocusSystem =
- Héritage
-
AVCaptureAutoFocusSystem
- Attributs
Champs
ContrastDetection | 1 | Mise au point automatique par détection de contraste, ce qui nécessite une analyse du focus. |
None | 0 | L’autofocus n’est pas disponible. |
PhaseDetection | 2 | Mise au point automatique par détection de phase, qui peut souvent être effectuée sans analyse du focus. |