AVCaptureAutoFocusRangeRestriction 枚举

定义

一个枚举,其值指定自动对焦提示。 与 AutoFocusRangeRestriction 一起使用。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVCaptureAutoFocusRangeRestriction
type AVCaptureAutoFocusRangeRestriction = 
继承
AVCaptureAutoFocusRangeRestriction
属性

字段

Far 2

自动对焦应尝试将焦点放在远处的对象上。

Near 1

自动对焦应尝试将焦点放在更靠近的对象上。

None 0

自动对焦应尝试将焦点放在任何距离的对象上。

适用于