AVCaptureSession.CanAddOutput(AVCaptureOutput) Method

Definition

Returns whether the given input can be added to the session.

[Foundation.Export("canAddOutput:")]
public virtual bool CanAddOutput (AVFoundation.AVCaptureOutput output);
abstract member CanAddOutput : AVFoundation.AVCaptureOutput -> bool
override this.CanAddOutput : AVFoundation.AVCaptureOutput -> bool

Parameters

Returns

Attributes

Applies to