AVCapturePhotoCaptureDelegate.DidFinishCapture Method

Definition

Method that is called after the photo is captured.

[Foundation.Export("captureOutput:didFinishCaptureForResolvedSettings:error:")]
public virtual void DidFinishCapture (AVFoundation.AVCapturePhotoOutput captureOutput, AVFoundation.AVCaptureResolvedPhotoSettings resolvedSettings, Foundation.NSError error);
abstract member DidFinishCapture : AVFoundation.AVCapturePhotoOutput * AVFoundation.AVCaptureResolvedPhotoSettings * Foundation.NSError -> unit
override this.DidFinishCapture : AVFoundation.AVCapturePhotoOutput * AVFoundation.AVCaptureResolvedPhotoSettings * Foundation.NSError -> unit

Parameters

captureOutput
AVCapturePhotoOutput
error
NSError

To be added.

This parameter can be null.

Attributes

Applies to