Contents

kCVPixelBufferIOSurfaceCoreAnimationCompatibilityKey

A key to a Boolean value that indicates whether Core Animation can display the pixel buffer.

Declaration

let kCVPixelBufferIOSurfaceCoreAnimationCompatibilityKey: CFString

Discussion

The value for this key is of type CFBoolean. You can use this key instead of explicit pixel format keys. When you use this key with other media frameworks, Video Toolbox chooses the best pixel format for Core Animation to use.

See Also

Constants