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 -> CVMutablePixelBufferReturn Value
A CVMutablePixelBuffer to use for rendering.