AVCaptureFileOutputRecordingDelegate.DidStartRecording 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 begun.
[Foundation.Export("captureOutput:didStartRecordingToOutputFileAtURL:fromConnections:")]
public virtual void DidStartRecording (AVFoundation.AVCaptureFileOutput captureOutput, Foundation.NSUrl outputFileUrl, Foundation.NSObject[] connections);
abstract member DidStartRecording : AVFoundation.AVCaptureFileOutput * Foundation.NSUrl * Foundation.NSObject[] -> unit
override this.DidStartRecording : AVFoundation.AVCaptureFileOutput * Foundation.NSUrl * Foundation.NSObject[] -> unit
Parameters
- captureOutput
- AVCaptureFileOutput
- outputFileUrl
- NSUrl
- connections
- NSObject[]
- Attributes