Hello,
I am quite new to Mac programming and was wondering if the OSX provides any API functions that handles recording of videos from screen information?
I am developping in c++, and ideally require functions similar to:
bool initializeRecorder(int resolutionX,int resolutionY,const char* filename,int framerate);
bool addFrame(const char* buffer);
bool endRecorder();
Any fileformat is fine (e.g. Qt, avi, etc.). I am also interested if there is any 3rd party library that offers above functionality.
Thanks for any insight!!
I am quite new to Mac programming and was wondering if the OSX provides any API functions that handles recording of videos from screen information?
I am developping in c++, and ideally require functions similar to:
bool initializeRecorder(int resolutionX,int resolutionY,const char* filename,int framerate);
bool addFrame(const char* buffer);
bool endRecorder();
Any fileformat is fine (e.g. Qt, avi, etc.). I am also interested if there is any 3rd party library that offers above functionality.
Thanks for any insight!!