AVCaptureStillImageOutput.CaptureStillImageAsynchronously 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.
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