VTPixelRotationSessionCreate(_:_:)
Creates a session to rotate images between pixel buffers.
Declaration
func VTPixelRotationSessionCreate(_ allocator: CFAllocator?, _ pixelRotationSessionOut: UnsafeMutablePointer<VTPixelRotationSession?>) -> OSStatusParameters
- allocator:
An allocator for the session. Specify
NULLto use the default allocator. - pixelRotationSessionOut:
On output, an initialized pixel rotation session.