IAVCaptureFileOutputRecordingDelegate.FinishedRecording Method

Definition

[Foundation.Export("captureOutput:didFinishRecordingToOutputFileAtURL:fromConnections:error:")]
[Foundation.Preserve(Conditional=true)]
public void FinishedRecording (AVFoundation.AVCaptureFileOutput captureOutput, Foundation.NSUrl outputFileUrl, Foundation.NSObject[] connections, Foundation.NSError error);
abstract member FinishedRecording : AVFoundation.AVCaptureFileOutput * Foundation.NSUrl * Foundation.NSObject[] * Foundation.NSError -> unit

Parameters

captureOutput
AVCaptureFileOutput
outputFileUrl
NSUrl
connections
NSObject[]
error
NSError
Attributes

Applies to