Contents

makeMutablePixelBuffer()

Vends a CVMutablePixelBuffer to use for rendering. The buffer will have its kCVImageBufferCleanApertureKey and kCVImageBufferPixelAspectRatioKey attachments set to match the current composition processor properties.

Declaration

func makeMutablePixelBuffer() throws -> CVMutablePixelBuffer

Return Value

A CVMutablePixelBuffer to use for rendering.

Discussion

See Also

Creating the pixel buffer