AVCapturePhotoCaptureDelegate.WillCapturePhoto Method

Definition

Method that is called when capturing is about to finish.

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

Parameters

captureOutput
AVCapturePhotoOutput
Attributes

Applies to