I have tried to capture a screen video using this sample code How to capture screen activity to a movie file using AV Foundation
It's working fine but I am wondering how can I capture a specified window of some individual app (not screen area specified by CGRect).
I'm asking because Google Hangouts can share specified window even if it isn't visible.
So, my questions are:
- How can I modify the code above to achieve this?
- Is it possible to capture few windows at the same time?