UIImagePickerControllerCameraCaptureMode 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 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
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.