---
title: kCVReturnInvalidSize
framework: corevideo
role: symbol
role_heading: Global Variable
path: corevideo/kcvreturninvalidsize
---

# kCVReturnInvalidSize

The buffer cannot support the requested buffer size (usually too big).

## Declaration

```swift
var kCVReturnInvalidSize: CVReturn { get }
```

## See Also

### Pixel Buffer

- [kCVReturnInvalidPixelBufferAttributes](corevideo/kcvreturninvalidpixelbufferattributes.md)
- [kCVReturnInvalidPixelFormat](corevideo/kcvreturninvalidpixelformat.md)
- [kCVReturnPixelBufferNotMetalCompatible](corevideo/kcvreturnpixelbuffernotmetalcompatible.md)
- [kCVReturnPixelBufferNotOpenGLCompatible](corevideo/kcvreturnpixelbuffernotopenglcompatible.md)
