removeInput(_:)
Removes an input from the session.
Declaration
func removeInput(_ input: AVCaptureInput)Parameters
- input:
An input to remove from the capture session.
Discussion
You can invoke this method while the session is running.
Removes an input from the session.
func removeInput(_ input: AVCaptureInput)An input to remove from the capture session.
You can invoke this method while the session is running.