---
title: vendorID
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avexternalsyncdevice/vendorid
---

# vendorID

The USB vendor identifier associated with the external sync device.

## Declaration

```swift
var vendorID: UInt32 { get }
```

## Discussion

Discussion This UInt32 value is provided by the hardware vendor, and returns 0 if not available.

## See Also

### Inspecting a device

- [clock](avfoundation/avexternalsyncdevice/clock.md)
- [productID](avfoundation/avexternalsyncdevice/productid.md)
- [signalCompensationDelay](avfoundation/avexternalsyncdevice/signalcompensationdelay.md)
- [status](avfoundation/avexternalsyncdevice/status.md)
- [uuid](avfoundation/avexternalsyncdevice/uuid.md)
