CGDisplayStreamCreate is failing also on our app when this is run on macOS 15.
If I attach the debugger to the process the following error is shown in the console:
[ERROR] SLSDisplayStreamCreateProxying:61 unable to complete due to timeout
the value returned by the API is nil but in our case it doesn't hang. We call the API on the main thread using dispatch_sync.
Post
Replies
Boosts
Views
Activity
I use this API too on my macOS application.Can someone from Apple support tell us where the documentation related to this API has been moved ?