finish(withComposedVideoFrame:)
Finishes the request to compose the frame.
Declaration
func finish(withComposedVideoFrame composedVideoFrame: CVPixelBuffer)Parameters
- composedVideoFrame:
The successfully composed pixel buffer.
Discussion
A custom compositor calls this method to indicate that it’s composed a frame successfully.