Contents

inputs

The inputs that provide media data to a capture session.

Declaration

var inputs: [AVCaptureInput] { get }

Discussion

You add new inputs to a capture session by callings its addInput(_:) method.

See Also

Configuring inputs