removeOutput(_:)
Removes an output from a capture session.
Declaration
func removeOutput(_ output: AVCaptureOutput)Parameters
- output:
An output to remove from the capture session.
Discussion
You can call this method while the session is running.
Removes an output from a capture session.
func removeOutput(_ output: AVCaptureOutput)An output to remove from the capture session.
You can call this method while the session is running.