Share via


UIImagePickerControllerCameraDevice Enum

Definition

An enumeration of values used by CameraDevice and related functions.

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

Fields

Name Value Description
Rear 0

The side of the device away from the screen.

Front 1

The side of the device that has the screen.

Remarks

Used to differentiate between front (screen-side) and rear cameras.

Applies to