Contents

init(cvPixelBuffer:properties:)

Creates a RAW filter from the pixel buffer and its properties that you specify.

Declaration

convenience init?(cvPixelBuffer buffer: CVPixelBuffer, properties: [AnyHashable : Any])

Parameters

  • buffer:

    A Core Video pixel buffer.

  • properties:

    A dictionary that defines the properties of the pixel buffer.

See Also

Creating a filter