AVCaptureSession.CanAddInput(AVCaptureInput) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- input
- AVCaptureInput
Returns
- Attributes