UIImagePickerControllerCameraCaptureMode Enum
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
Name | Value | Description |
---|---|---|
Photo | 0 | The camera will capture still images. |
Video | 1 | The camera will capture video. |
Specifies whether the camera will capture still images or video.