AVCaptureDevice.AutoFocusRangeRestriction 属性

定义

限制尝试自动对焦的范围。

[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

属性值

属性

注解

应用程序开发人员可以对此进行调整,以减少能耗并帮助避免错误的自动对焦决策。

适用于

另请参阅