How to record video of screen like Talking Tom Cat on iPhone?

后端 未结 1 1575
南方客
南方客 2020-12-28 10:16

I want to know if there is any public API in AVFoundation or any other framework which can be used to record screen like Talking Tom Cat does. I looked into AVFoundation and

1条回答
  •  情歌与酒
    2020-12-28 10:50

    you can do it in the following steps:

    1. capture screen
    2. take that frame in a queue
    3. write it with avassertwriter
    4. and export the video

    there is a sample application for understanding these things in the wwdc2010 sample code.

    hope this helps.(sample app name : aveditdemo)

    0 讨论(0)
提交回复
热议问题