UIImagePickerController.StartVideoCapture Method

Definition

Begins video capture using this UIImagePickerController's CameraDevice.

[Foundation.Export("startVideoCapture")]
public virtual bool StartVideoCapture ();
abstract member StartVideoCapture : unit -> bool
override this.StartVideoCapture : unit -> bool

Returns

Returns true for success. Otherwise returns false for failure.

Attributes

Applies to