<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 10.4.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ImageCaptureCore",
  "identifier" : "/documentation/ImageCaptureCore/ICDeviceLocationType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "ImageCaptureCore"
    ],
    "preciseIdentifier" : "c:@E@ICDeviceLocationType"
  },
  "title" : "ICDeviceLocationType"
}
-->

# ICDeviceLocationType

The location of the image capture device.

```
enum ICDeviceLocationType
```

## Topics

### Enumeration Cases

### Constants

[`ICDeviceLocationTypeBluetooth`](/documentation/ImageCaptureCore/ICDeviceLocationType/bluetooth)

A paired Bluetooth device.

[`ICDeviceLocationTypeBonjour`](/documentation/ImageCaptureCore/ICDeviceLocationType/bonjour)

A supported Bonjour services device.

[`ICDeviceLocationTypeLocal`](/documentation/ImageCaptureCore/ICDeviceLocationType/local)

A device that’s directly attached to the Mac through its USB or FireWire port.

[`ICDeviceLocationTypeShared`](/documentation/ImageCaptureCore/ICDeviceLocationType/shared)

A device that’s shared by other Mac hosts.

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

---

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)