次の方法で共有


AVCapturePhotoCaptureDelegate.DidCapturePhoto メソッド

定義

写真の撮影後に呼び出されるメソッド。

[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

パラメーター

captureOutput
AVCapturePhotoOutput
属性

適用対象