AVCaptureFileOutputRecordingDelegate_Extensions.WillFinishRecording 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.
public static void WillFinishRecording (this AVFoundation.IAVCaptureFileOutputRecordingDelegate This, AVFoundation.AVCaptureFileOutput captureOutput, Foundation.NSUrl outputFileUrl, AVFoundation.AVCaptureConnection[] connections, Foundation.NSError error);
static member WillFinishRecording : AVFoundation.IAVCaptureFileOutputRecordingDelegate * AVFoundation.AVCaptureFileOutput * Foundation.NSUrl * AVFoundation.AVCaptureConnection[] * Foundation.NSError -> unit
Parameters
- captureOutput
- AVCaptureFileOutput
- outputFileUrl
- NSUrl
- connections
- AVCaptureConnection[]
- error
- NSError