Contents

VTPixelRotationSessionCreate(_:_:)

Creates a session to rotate images between pixel buffers.

Declaration

func VTPixelRotationSessionCreate(_ allocator: CFAllocator?, _ pixelRotationSessionOut: UnsafeMutablePointer<VTPixelRotationSession?>) -> OSStatus

Parameters

  • allocator:

    An allocator for the session. Specify NULL to use the default allocator.

  • pixelRotationSessionOut:

    On output, an initialized pixel rotation session.

See Also

Managing a Session