AVCaptureAutoFocusRangeRestriction 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉,其值會指定自動焦點的提示。 與 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 | 自動焦點應該嘗試在任何距離將焦點放在物件上。 |