AVCapturePhotoCaptureDelegate_Extensions.DidFinishCapture Method

Definition

public static void DidFinishCapture (this AVFoundation.IAVCapturePhotoCaptureDelegate This, AVFoundation.AVCapturePhotoOutput captureOutput, AVFoundation.AVCaptureResolvedPhotoSettings resolvedSettings, Foundation.NSError error);
static member DidFinishCapture : AVFoundation.IAVCapturePhotoCaptureDelegate * AVFoundation.AVCapturePhotoOutput * AVFoundation.AVCaptureResolvedPhotoSettings * Foundation.NSError -> unit

Parameters

This
IAVCapturePhotoCaptureDelegate

The instance on which this extension method operates.

captureOutput
AVCapturePhotoOutput
error
NSError

To be added.

This parameter can be null.

Applies to