AVCapturePhotoCaptureDelegate.DidFinishCapture 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.
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
- resolvedSettings
- AVCaptureResolvedPhotoSettings
- Attributes