AVCaptureDevicePosition

This page covers the description of the AVCaptureDevicePosition enumeration

AVCaptureDevicePosition enumeration specifies the position of a capture device.

const AVCaptureDevicePosition = {
    Front: 0,
    Back: 1,
    Unspecified: 2,
}

Constant

Description

Unspecified

the capture device is on the front of the unit

Back

the capture device is on the back of the unit

Front

the capture device’s position relative to the system hardware is unspecified

For more information, please see the official Apple documentation.

Last updated

Was this helpful?