Contents

kCVPixelBufferCGImageCompatibilityKey

A key to a Boolean value that indicates whether the pixel buffer is compatible with Core Graphics bitmap image types.

Declaration

let kCVPixelBufferCGImageCompatibilityKey: CFString

Discussion

The value for this key is of type CFBoolean, and it indicates compatibility with CGImage types.

See Also

Constants