UIImagePickerControllerCameraCaptureMode Enum

Definition

An enumeration of values used by UIImagePickerControllerCameraCaptureMode.

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

Fields

Photo 0

The camera will capture still images.

Video 1

The camera will capture video.

Remarks

Specifies whether the camera will capture still images or video.

Applies to