AVCaptureSession.AddOutput(AVCaptureOutput) Method

Definition

Adds an output to the capture session.

[Foundation.Export("addOutput:")]
public virtual void AddOutput (AVFoundation.AVCaptureOutput output);
abstract member AddOutput : AVFoundation.AVCaptureOutput -> unit
override this.AddOutput : AVFoundation.AVCaptureOutput -> unit

Parameters

output
AVCaptureOutput

The AVCaptureOutput to be added.

Attributes

Applies to