Düzenle

Aracılığıyla paylaş


AVCapturePhotoCaptureDelegate.DidFinishProcessingLivePhotoMovie Method

Definition

Method that is called after a live photo movie is processed.

[Foundation.Export("captureOutput:didFinishProcessingLivePhotoToMovieFileAtURL:duration:photoDisplayTime:resolvedSettings:error:")]
public virtual void DidFinishProcessingLivePhotoMovie (AVFoundation.AVCapturePhotoOutput captureOutput, Foundation.NSUrl outputFileUrl, CoreMedia.CMTime duration, CoreMedia.CMTime photoDisplayTime, AVFoundation.AVCaptureResolvedPhotoSettings resolvedSettings, Foundation.NSError error);
abstract member DidFinishProcessingLivePhotoMovie : AVFoundation.AVCapturePhotoOutput * Foundation.NSUrl * CoreMedia.CMTime * CoreMedia.CMTime * AVFoundation.AVCaptureResolvedPhotoSettings * Foundation.NSError -> unit
override this.DidFinishProcessingLivePhotoMovie : AVFoundation.AVCapturePhotoOutput * Foundation.NSUrl * CoreMedia.CMTime * CoreMedia.CMTime * AVFoundation.AVCaptureResolvedPhotoSettings * Foundation.NSError -> unit

Parameters

captureOutput
AVCapturePhotoOutput
outputFileUrl
NSUrl
duration
CMTime
photoDisplayTime
CMTime
error
NSError

To be added.

This parameter can be null.

Attributes

Applies to