---
title: connections
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcaptureoutput/connections
---

# connections

The capture output object’s connections.

## Declaration

```swift
var connections: [AVCaptureConnection] { get }
```

## Discussion

Discussion Each connection object in the array describes the mapping between the output and the capture input ports.

## See Also

### Accessing connections

- [connection(with:)](avfoundation/avcaptureoutput/connection(with:).md)
- [AVCaptureOutput.DataDroppedReason](avfoundation/avcaptureoutput/datadroppedreason.md)
