<!--
{
  "availability" : [
    "iOS: 4.0.0 -",
    "iPadOS: 4.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.4.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 4.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreVideo",
  "identifier" : "/documentation/CoreVideo/CVAttachmentMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core Video"
    ],
    "preciseIdentifier" : "c:@E@CVAttachmentMode"
  },
  "title" : "CVAttachmentMode"
}
-->

# CVAttachmentMode

The propagation modes of a Core Video buffer attachment.

```
enum CVAttachmentMode
```

## Overview

You set these attributes when adding attachments to a [`CVBuffer`](/documentation/CoreVideo/CVBuffer) object.

## Topics

### Constants

[`CVAttachmentMode.shouldNotPropagate`](/documentation/CoreVideo/CVAttachmentMode/shouldNotPropagate)

Indicates to not propagate the attachment.

[`CVAttachmentMode.shouldPropagate`](/documentation/CoreVideo/CVAttachmentMode/shouldPropagate)

Indicates to copy the attachment.



---

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)