Contents

removeControl(_:)

Removes a control from a capture session.

Declaration

func removeControl(_ control: AVCaptureControl)

Parameters

  • control:

    The control to remove.

Discussion

You may call this method while the session is running.

See Also

Configuring capture controls