Contents

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.

See Also

Configuring inputs