AVCaptureAutoFocusSystem 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举与设备的自动对焦系统相关的常量。
[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 =
- 继承
-
AVCaptureAutoFocusSystem
- 属性
字段
ContrastDetection | 1 | 通过对比度检测自动对焦,这需要焦点扫描。 |
None | 0 | 自动对焦不可用。 |
PhaseDetection | 2 | 通过相位检测实现自动对焦,这通常无需焦点扫描即可完成。 |