共用方式為


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

自動焦點應該嘗試在任何距離將焦點放在物件上。

適用於