Share via


AVCaptureDevicePosition Enum

Definition

An enumeration whose values specify the position of a AVCaptureDevice.

[ObjCRuntime.Native]
public enum AVCaptureDevicePosition
[<ObjCRuntime.Native>]
type AVCaptureDevicePosition = 
Inheritance
AVCaptureDevicePosition
Attributes

Fields

Name Value Description
Unspecified 0

The capturing hardware's ___location is unknown.

Back 1

The capturing hardware is on the back of the device.

Front 2

The capturing hardware is on the front of the device.

Applies to