Contents

init(pixelBufferAttributes:)

Creates a video output object using the specified pixel buffer attributes.

Declaration

init(pixelBufferAttributes: [String : any Sendable]? = nil)

Parameters

  • pixelBufferAttributes:

    The pixel buffer attributes required for video output. For a list of pixel buffer attributes you can include in this dictionary, see the CVPixelBuffer.h header file in the Core Video framework.

Return Value

An initialized video output object.

See Also

Creating a video output