CoreVideo Changes for Swift
CoreVideo
Modified CVDisplayLinkSetOutputHandler(_: CVDisplayLink, _: CoreVideo.CVDisplayLinkOutputHandler) -> CVReturn
Declaration | |
---|---|
From | func CVDisplayLinkSetOutputHandler(_ displayLink: CVDisplayLink, _ handler: CoreVideo.CVDisplayLinkOutputHandler) -> CVReturn |
To | func CVDisplayLinkSetOutputHandler(_ displayLink: CVDisplayLink, _ handler: @escaping CoreVideo.CVDisplayLinkOutputHandler) -> CVReturn |