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

捕获硬件的位置未知。

适用于