<!--
{
  "availability" : [
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Quartz",
  "identifier" : "/documentation/Quartz/IKCameraDeviceViewTransferMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Quartz"
    ],
    "preciseIdentifier" : "c:@E@IKCameraDeviceViewTransferMode"
  },
  "title" : "IKCameraDeviceViewTransferMode"
}
-->

# IKCameraDeviceViewTransferMode

These constants specify the transfer mode used by the camera view. These constants are used by [`mode`](/documentation/Quartz/IKCameraDeviceView/mode).

```
@frozen enum IKCameraDeviceViewTransferMode
```

## Topics

### Constants

[`IKCameraDeviceViewTransferModeFileBased`](/documentation/Quartz/IKCameraDeviceViewTransferMode/fileBased)

Transferred files will be saved to disk by the delegate.

[`IKCameraDeviceViewTransferModeMemoryBased`](/documentation/Quartz/IKCameraDeviceViewTransferMode/memoryBased)

Transferred files will be supplied to the delegate as an `NSData` object.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)