Share via


IAVCaptureViewDelegate.StartRecording Method

Definition

[Foundation.Export("captureView:startRecordingToFileOutput:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void StartRecording(AVKit.AVCaptureView captureView, AVFoundation.AVCaptureFileOutput fileOutput);
[<Foundation.Export("captureView:startRecordingToFileOutput:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member StartRecording : AVKit.AVCaptureView * AVFoundation.AVCaptureFileOutput -> unit
override this.StartRecording : AVKit.AVCaptureView * AVFoundation.AVCaptureFileOutput -> unit

Parameters

captureView
AVCaptureView
fileOutput
AVCaptureFileOutput
Attributes

Applies to