UIImagePickerController.AvailableCaptureModesForCameraDevice Method
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.
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
NSNumber[]
An array of NSNumber actions that indicate the capture modes that are supported by the specified cameraDevice.
- Attributes