AVCaptureAutoFocusSystem Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates constants relating to the device's autofocus system.
[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 =
- Inheritance
-
AVCaptureAutoFocusSystem
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Autofocus is not available. |
ContrastDetection | 1 | Autofocus by way of contrast detection, which requires a focus scan. |
PhaseDetection | 2 | Autofocus by way of phase detection, which often can be done without a focus scan. |