make(buffer:)
Creates the description of the image encoding in an existing Core Video pixel buffer.
Declaration
static func make(buffer: CVPixelBuffer) -> 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.