次の方法で共有


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

実装

属性

適用対象