Contents

vImageCVImageFormat_CreateWithCVPixelBuffer(_:)

Creates the description of the image encoding in an existing Core Video pixel buffer.

Declaration

func vImageCVImageFormat_CreateWithCVPixelBuffer(_ buffer: CVPixelBuffer!) -> Unmanaged<vImageCVImageFormat>!

Parameters

  • buffer:

    The source Core Video pixel buffer.

Mentioned in

Return Value

A vImageCVImageFormat instance that describes the specified pixel buffer’s pixel format.

See Also

Related Documentation

Creating Core Video image formats