---
title: CVBuffer.CreationAttributes
framework: corevideo
role: symbol
role_heading: Structure
path: corevideo/cvbuffer/creationattributes
---

# CVBuffer.CreationAttributes

Attributes needed for creating a pixel buffer.

## Declaration

```swift
struct CreationAttributes
```

## Topics

### Initializers

- [init(_:)](corevideo/cvbuffer/creationattributes/init(_:).md)
- [init(pixelFormatType:size:compatibility:bytesPerRowAlignment:planeAlignment:extendedPixels:)](corevideo/cvbuffer/creationattributes/init(pixelformattype:size:compatibility:bytesperrowalignment:planealignment:extendedpixels:).md)

### Instance Properties

- [backing](corevideo/cvbuffer/creationattributes/backing-swift.property.md)
- [bytesPerRowAlignment](corevideo/cvbuffer/creationattributes/bytesperrowalignment.md)
- [compatibility](corevideo/cvbuffer/creationattributes/compatibility.md)
- [extendedPixels](corevideo/cvbuffer/creationattributes/extendedpixels.md)
- [pixelFormatType](corevideo/cvbuffer/creationattributes/pixelformattype.md)
- [planeAlignment](corevideo/cvbuffer/creationattributes/planealignment.md)
- [size](corevideo/cvbuffer/creationattributes/size.md)

### Enumerations

- [CVBuffer.CreationAttributes.Backing](corevideo/cvbuffer/creationattributes/backing-swift.enum.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
