---
title: ports
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcaptureinput/ports
---

# ports

The ports available on a capture input.

## Declaration

```swift
var ports: [AVCaptureInput.Port] { get }
```

## Discussion

Discussion Individual ports post an formatDescriptionDidChangeNotification notification when their formatDescription changes.

## See Also

### Accessing ports

- [AVCaptureInput.Port](avfoundation/avcaptureinput/port.md)
