AVCaptureSession.AddInput(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.
Adds an input to the Capture Session
[Foundation.Export("addInput:")]
public virtual void AddInput (AVFoundation.AVCaptureInput input);
abstract member AddInput : AVFoundation.AVCaptureInput -> unit
override this.AddInput : AVFoundation.AVCaptureInput -> unit
Parameters
- input
- AVCaptureInput
The AVCaptureInput to add to the session
- Attributes