AVCaptureSession.CanAddInput(AVCaptureInput) Method

Definition

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

[Foundation.Export("canAddInput:")]
public virtual bool CanAddInput (AVFoundation.AVCaptureInput input);
abstract member CanAddInput : AVFoundation.AVCaptureInput -> bool
override this.CanAddInput : AVFoundation.AVCaptureInput -> bool

Parameters

Returns

Attributes

Applies to