다음을 통해 공유


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

캡처하는 하드웨어의 위치를 알 수 없습니다.

적용 대상