The methods of UIKit.UIImagePickerController are listed below. For a list of all members, see the UIImagePickerController Members list.
See Also: Inherited members from UIKit.UINavigationController
static | AvailableCaptureModesForCameraDevice(UIImagePickerControllerCameraDevice)The capture modes for the specified camera. | |
static | AvailableMediaTypes(UIImagePickerControllerSourceType)The available media types for the specified source type. | |
static | IsCameraDeviceAvailable(UIImagePickerControllerCameraDevice)Whether the camera can be used. | |
static | IsFlashAvailableForCameraDevice(UIImagePickerControllerCameraDevice)Whether the specified camera has its flash enabled. | |
static | IsSourceTypeAvailable(UIImagePickerControllerSourceType)Whether the specified UIImagePickerControllerSourceType is available to the application.|Whether the specified UIImagePickerControllerSourceType can be used by the applicati. | |
StartVideoCapture()Begins video capture using this UIImagePickerController's CameraDevice. | ||
StopVideoCapture()Ends video capture. | ||
TakePicture()Captures a still image using this UIImagePickerController's CameraDevice. | ||