AVCapturePhotoCaptureDelegate.DidFinishRecordingLivePhotoMovie 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 finished recording.
[Foundation.Export("captureOutput:didFinishRecordingLivePhotoMovieForEventualFileAtURL:resolvedSettings:")]
public virtual void DidFinishRecordingLivePhotoMovie (AVFoundation.AVCapturePhotoOutput captureOutput, Foundation.NSUrl outputFileUrl, AVFoundation.AVCaptureResolvedPhotoSettings resolvedSettings);
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
- resolvedSettings
- AVCaptureResolvedPhotoSettings
- Attributes