AVCaptureStillImageOutput.CaptureStillImageAsynchronously Method

Definition

Captures an image from an input device.

[Foundation.Export("captureStillImageAsynchronouslyFromConnection:completionHandler:")]
public virtual void CaptureStillImageAsynchronously (AVFoundation.AVCaptureConnection connection, AVFoundation.AVCaptureCompletionHandler completionHandler);
abstract member CaptureStillImageAsynchronously : AVFoundation.AVCaptureConnection * AVFoundation.AVCaptureCompletionHandler -> unit
override this.CaptureStillImageAsynchronously : AVFoundation.AVCaptureConnection * AVFoundation.AVCaptureCompletionHandler -> unit

Parameters

connection
AVCaptureConnection

The connection source for the image.

completionHandler
AVCaptureCompletionHandler

Method to be invoked once the image has been captured.

Attributes

Applies to