Share via


UIImagePickerControllerCameraCaptureMode Enum

Definition

An enumeration of values used by UIImagePickerControllerCameraCaptureMode.

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

Fields

Name Value Description
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