开发者

iOS - Screen capture a video

开发者 https://www.devze.com 2023-03-24 11:13 出处:网络
UIGetScreenImage() is a private API of Apple and they won\'t let me use it.I was using it to take a snapshot image of a full screen video and then saving the snapshot to the photo album.They suggest I

UIGetScreenImage() is a private API of Apple and they won't let me use it. I was using it to take a snapshot image of a full screen video and then saving the snapshot to the photo album. They suggest I in turn use AVCaptureSession to get my "screenshot" for my video. But the issue is I am streaming live vide开发者_StackOverflow中文版o and am unsure if the capture session will allow me to take a snapshot of the playing video. Any suggestions? If this doesn't work is there an Open-GL solution that would work?

0

精彩评论

暂无评论...
验证码 换一张
取 消