---
title: ICDeviceLocationOptions
framework: imagecapturecore
role: symbol
role_heading: Structure
path: imagecapturecore/icdevicelocationoptions
---

# ICDeviceLocationOptions

Options for the location of the image capture device.

## Declaration

```swift
struct ICDeviceLocationOptions
```

## Topics

### Creating Location Options

- [init(rawValue:)](imagecapturecore/icdevicelocationoptions/init(rawvalue:).md)

### Determining a Location

- [descriptionBluetooth](imagecapturecore/icdevicelocationoptions/descriptionbluetooth.md)
- [descriptionFireWire](imagecapturecore/icdevicelocationoptions/descriptionfirewire.md)
- [descriptionMassStorage](imagecapturecore/icdevicelocationoptions/descriptionmassstorage.md)
- [descriptionUSB](imagecapturecore/icdevicelocationoptions/descriptionusb.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Inspecting a Device’s Type and Location

- [type](imagecapturecore/icdevice/type.md)
- [ICDeviceType](imagecapturecore/icdevicetype.md)
- [ICDeviceTypeMask](imagecapturecore/icdevicetypemask.md)
- [locationDescription](imagecapturecore/icdevice/locationdescription.md)
- [modulePath](imagecapturecore/icdevice/modulepath.md)
- [moduleVersion](imagecapturecore/icdevice/moduleversion.md)
- [ICDeviceLocationType](imagecapturecore/icdevicelocationtype.md)
- [ICDeviceLocationTypeMask](imagecapturecore/icdevicelocationtypemask.md)
- [usbLocationID](imagecapturecore/icdevice/usblocationid.md)
- [usbProductID](imagecapturecore/icdevice/usbproductid.md)
- [usbVendorID](imagecapturecore/icdevice/usbvendorid.md)
