<!--
{
  "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/AVExternalSyncDeviceDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(pl)AVExternalSyncDeviceDelegate"
  },
  "title" : "AVExternalSyncDeviceDelegate"
}
-->

# AVExternalSyncDeviceDelegate

Defines an interface for delegates of [`AVCaptureDeviceInput`](/documentation/AVFoundation/AVCaptureDeviceInput) to respond to events that occur when connecting, calibrating, and disconnecting external sync devices.

```
protocol AVExternalSyncDeviceDelegate : NSObjectProtocol
```

## Topics

### Responding to device events

[`externalSyncDevice(_:failedWithError:)`](/documentation/AVFoundation/AVExternalSyncDeviceDelegate/externalSyncDevice(_:failedWithError:))

[`externalSyncDeviceStatusDidChange(_:)`](/documentation/AVFoundation/AVExternalSyncDeviceDelegate/externalSyncDeviceStatusDidChange(_:))

Informs your delegate when the external sync device status has changed.



---

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)