UIImagePickerControllerCameraDevice Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.