Is there a way to get the CVPixelBufferRef or CVImageBufferRef currently being rendered at a particular point in time given the NSView object? I am using a third party library to handle the rendering of a video conference (I am not doing the rendering myself in my code). All my code does is hand the NSView object to the library and it handles the rendering. But I need to display the video in another application's NSView so I must get the CVPixelBufferRef currently being displayed and then send the IOSurfaceID to the other application.

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.