共用方式為


AVCaptureFileOutputRecordingDelegate.FinishedRecording 方法

定義

表示錄製已停止。

[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

參數

captureOutput
AVCaptureFileOutput
outputFileUrl
NSUrl
connections
NSObject[]
error
NSError

實作

屬性

適用於