AVCaptureSession.AddInput(AVCaptureInput) Method

Definition

Adds an input to the Capture Session

[Foundation.Export("addInput:")]
public virtual void AddInput (AVFoundation.AVCaptureInput input);
abstract member AddInput : AVFoundation.AVCaptureInput -> unit
override this.AddInput : AVFoundation.AVCaptureInput -> unit

Parameters

input
AVCaptureInput

The AVCaptureInput to add to the session

Attributes

Applies to