AVCapturePhotoCaptureDelegate.DidFinishRecordingLivePhotoMovie Method

Definition

[Foundation.Export("captureOutput:didFinishRecordingLivePhotoMovieForEventualFileAtURL:resolvedSettings:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidFinishRecordingLivePhotoMovie(AVFoundation.AVCapturePhotoOutput captureOutput, Foundation.NSUrl outputFileUrl, AVFoundation.AVCaptureResolvedPhotoSettings resolvedSettings);
[<Foundation.Export("captureOutput:didFinishRecordingLivePhotoMovieForEventualFileAtURL:resolvedSettings:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidFinishRecordingLivePhotoMovie : AVFoundation.AVCapturePhotoOutput * Foundation.NSUrl * AVFoundation.AVCaptureResolvedPhotoSettings -> unit
override this.DidFinishRecordingLivePhotoMovie : AVFoundation.AVCapturePhotoOutput * Foundation.NSUrl * AVFoundation.AVCaptureResolvedPhotoSettings -> unit

Parameters

captureOutput
AVCapturePhotoOutput
outputFileUrl
NSUrl

Implements

Attributes

Applies to