<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVExternalSyncDevice",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVExternalSyncDevice"
  },
  "title" : "AVExternalSyncDevice"
}
-->

# AVExternalSyncDevice

An external sync device connected to a host device that can be used to drive the timing of an internal component, such as a camera sensor.

```
class AVExternalSyncDevice
```

## Overview

Each instance of [`AVExternalSyncDevice`](/documentation/AVFoundation/AVExternalSyncDevice) corresponds to a physical external device that can drive an internal component, like a camera readout. You cannot create instances of [`AVExternalSyncDevice`](/documentation/AVFoundation/AVExternalSyncDevice). Instead, you obtain an array of all currently available external sync devices using [`AVExternalSyncDevice.DiscoverySession`](/documentation/AVFoundation/AVExternalSyncDevice/DiscoverySession).

## Topics

### Finding and monitoring devices

[`AVExternalSyncDevice.DiscoverySession`](/documentation/AVFoundation/AVExternalSyncDevice/DiscoverySession)

A means of discovering and monitoring connection / disconnection of external sync devices to the host.

### Inspecting a device

[`clock`](/documentation/AVFoundation/AVExternalSyncDevice/clock)

A clock representing the source of time from the external sync device.

[`productID`](/documentation/AVFoundation/AVExternalSyncDevice/productID)

The USB product identifier associated with the external sync device.

[`signalCompensationDelay`](/documentation/AVFoundation/AVExternalSyncDevice/signalCompensationDelay)

Delay to wait before starting the frame capture.

[`status`](/documentation/AVFoundation/AVExternalSyncDevice/status)

The status of the externally connected device.

[`uuid`](/documentation/AVFoundation/AVExternalSyncDevice/uuid)

A unique identifier for an external sync device.

[`vendorID`](/documentation/AVFoundation/AVExternalSyncDevice/vendorID)

The USB vendor identifier associated with the external sync device.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)