---
title: linkedDevices
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedevice/linkeddevices
---

# linkedDevices

An array of capture devices that are physically linked to a device.

## Declaration

```swift
var linkedDevices: [AVCaptureDevice] { get }
```

## Discussion

Discussion For an external iSight camera, the array contains an AVCaptureDevice instance that represents the external iSight microphone.
