outputs
The output destinations to which a captures session sends its data.
Declaration
var outputs: [AVCaptureOutput] { get }Discussion
You add new outputs to a capture session by calling its addOutput(_:) method.
The output destinations to which a captures session sends its data.
var outputs: [AVCaptureOutput] { get }You add new outputs to a capture session by calling its addOutput(_:) method.