Contents

VTPixelTransferSessionInvalidate(_:)

Tears down a pixel transfer session.

Declaration

func VTPixelTransferSessionInvalidate(_ session: VTPixelTransferSession)

Parameters

  • session:

    The pixel transfer session to invalidate.

Discussion

When you finish with a pixel transfer session you created, call this function to tear it down, and then call CFRelease to release your object reference.