AVCaptureFileOutputRecordingDelegate.FinishedRecording 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.
Indicates that recording has stopped.
[Foundation.Export("captureOutput:didFinishRecordingToOutputFileAtURL:fromConnections:error:")]
public abstract 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
Implements
- Attributes