IOScreenCaptureUnitDelegate
public protocol IOScreenCaptureUnitDelegate : AnyObject
The interface a capture session uses to inform its delegate.
-
Tells the receiver to output a pixel buffer.
Declaration
Swift
func session(_ session: IOScreenCaptureUnit, didOutput pixelBuffer: CVPixelBuffer, presentationTime: CMTime)