Static kVTDecompressionPropertyKey_PixelBufferPoolIsShared

Source
pub unsafe static kVTDecompressionPropertyKey_PixelBufferPoolIsShared: &'static CFString
Available on crate feature VTDecompressionProperties only.
Expand description

Indicates whether a common pixel buffer pool is shared between the video decoder and the session client.

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

See also Apple’s documentation