UIKit.UIImagePickerController: Method Members

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

Public Methods

static
AvailableCaptureModesForCameraDevice(UIImagePickerControllerCameraDevice) : Foundation.NSNumber[]
The capture modes for the specified camera.
static
AvailableMediaTypes(UIImagePickerControllerSourceType) : string[]
The available media types for the specified source type.
static
IsCameraDeviceAvailable(UIImagePickerControllerCameraDevice) : bool
Whether the camera can be used.
static
IsFlashAvailableForCameraDevice(UIImagePickerControllerCameraDevice) : bool
Whether the specified camera has its flash enabled.
static
IsSourceTypeAvailable(UIImagePickerControllerSourceType) : bool
Whether the specified UIImagePickerControllerSourceType is available to the application.|Whether the specified UIImagePickerControllerSourceType can be used by the applicati.
StartVideoCapture() : bool
Begins video capture using this UIImagePickerController's CameraDevice.
StopVideoCapture()
Ends video capture.
TakePicture()
Captures a still image using this UIImagePickerController's CameraDevice.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIImagePickerController object.