AVCapturePhotoCaptureDelegate.DidCapturePhoto 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 taken.
[Foundation.Export("captureOutput:didCapturePhotoForResolvedSettings:")]
public virtual void DidCapturePhoto (AVFoundation.AVCapturePhotoOutput captureOutput, AVFoundation.AVCaptureResolvedPhotoSettings resolvedSettings);
abstract member DidCapturePhoto : AVFoundation.AVCapturePhotoOutput * AVFoundation.AVCaptureResolvedPhotoSettings -> unit
override this.DidCapturePhoto : AVFoundation.AVCapturePhotoOutput * AVFoundation.AVCaptureResolvedPhotoSettings -> unit
Parameters
- captureOutput
- AVCapturePhotoOutput
- resolvedSettings
- AVCaptureResolvedPhotoSettings
- Attributes