Reputation: 63
I'm using Replaykit framework to capture screen in iOS 14 app, xcode 12. I need to provide custom setting (screen resolution, bitrate etc) to store the recorded video. is there way to do that?
Upvotes: 0
Views: 816
Reputation: 41
There is no way to provide any settings for the ScreenCapturing. You should work with those data returned by the system. It's not difficult:
Upvotes: 0