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