Contents

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.

See Also

Configuring outputs