AVCaptureSession.CanAddOutput(AVCaptureOutput) 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("canAddOutput:")]
public virtual bool CanAddOutput (AVFoundation.AVCaptureOutput output);
abstract member CanAddOutput : AVFoundation.AVCaptureOutput -> bool
override this.CanAddOutput : AVFoundation.AVCaptureOutput -> bool
Parameters
- output
- AVCaptureOutput
Returns
- Attributes