UIImagePickerControllerCameraDevice Enum

Definition

An enumeration of values used by CameraDevice and related functions.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIImagePickerControllerCameraDevice
type UIImagePickerControllerCameraDevice = 
Inheritance
UIImagePickerControllerCameraDevice
Attributes

Fields

Front 1

The side of the device that has the screen.

Rear 0

The side of the device away from the screen.

Remarks

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

Applies to