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.
The inputs that provide media data to a capture session.
var inputs: [AVCaptureInput] { get }You add new inputs to a capture session by callings its addInput(_:) method.