次の方法で共有


AVCaptureDevicePosition 列挙型

定義

の位置 AVCaptureDeviceを指定する値を持つ列挙体。

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

フィールド

Back 1

キャプチャするハードウェアは、デバイスの背面にあります。

Front 2

キャプチャするハードウェアは、デバイスの前面にあります。

Unspecified 0

キャプチャするハードウェアの場所が不明です。

適用対象