---
title: kVTDecompressionPropertyKey_PixelBufferPoolIsShared
framework: videotoolbox
role: symbol
role_heading: Global Variable
path: videotoolbox/kvtdecompressionpropertykey_pixelbufferpoolisshared
---

# kVTDecompressionPropertyKey_PixelBufferPoolIsShared

A Boolean value indicating whether a common pixel buffer pool is shared between the video decoder and the session client.

## Declaration

```swift
let kVTDecompressionPropertyKey_PixelBufferPoolIsShared: CFString
```

## Discussion

Discussion This value is false if separate pools are used because the pixel buffer attributes specified by the video decoder and the client are incompatible.

## See Also

### Pixel Buffer Pools

- [kVTDecompressionPropertyKey_OutputPoolRequestedMinimumBufferCount](videotoolbox/kvtdecompressionpropertykey_outputpoolrequestedminimumbuffercount.md)
- [kVTDecompressionPropertyKey_PixelBufferPool](videotoolbox/kvtdecompressionpropertykey_pixelbufferpool.md)
