UIImagePickerController.AvailableCaptureModesForCameraDevice Method

Definition

The capture modes for the specified camera.

[Foundation.Export("availableCaptureModesForCameraDevice:")]
public static Foundation.NSNumber[] AvailableCaptureModesForCameraDevice (UIKit.UIImagePickerControllerCameraDevice cameraDevice);
static member AvailableCaptureModesForCameraDevice : UIKit.UIImagePickerControllerCameraDevice -> Foundation.NSNumber[]

Parameters

cameraDevice
UIImagePickerControllerCameraDevice

Constant that indicates the camera that you want interrogated.

Returns

An array of NSNumber actions that indicate the capture modes that are supported by the specified cameraDevice.

Attributes

Applies to