Contents

canConformColorOfSourceFrames

A Boolean value that indicates whether the compositor conforms the color space of source frames to the composition color space.

Declaration

optional var canConformColorOfSourceFrames: Bool { get }

Discussion

A custom compositor indicates its processing requirements through the sourcePixelBufferAttributes and supportsWideColorSourceFrames properties. By default, the composition engine prepares source frames by converting them to meet the compositor’s configuration.

When this property value is true, the engine doesn’t convert source pixel buffers that meet the compositor’s processing requirements. However, it does convert buffers that don’t meet the processing requirements, which includes the following cases:

See Also

Inspecting processing requirements