Hi all.
When I go back from background to foreground, I want to determine which view is displayed on the screen, then handle the corresponding logic. Example: I want to define HomeView when it comes back to foreground.
Post
Replies
Boosts
Views
Activity
I want get MacOS version using ProcessInfo.processInfo.operatingSystemVersion.majorVersion, but for MacOS Monterey 12.0 Beta, I see it returns 10.16, how can I know the MacOS is Monterey?
I use RelayKit to record screen in my app, but I want to detect if user use Record Screen from Access Control or third party app.
I tried UIScreen.capturedDidChangeNotification but it doesn't check if I'm recording the screen in my app, or using Record Screen from Access Control.
Do you have any ideas
I have record screen use RelayKit:
Screen A -> Screen B -> Screen C:
Screen A: Start record screen, => push to screen B, but
Replaykit, startCaptureWithHandler() not sending CMSampleBufferRef of Video type in captureHandler. Still return CMSampleBufferRef is audioApp.
And when i push to screen C, record screen continues to function normally
Has anyone come across this situation?
Pls help me: I make app stream. I'm using Assetwriter to write media data to file, including: Record Screen, Camera and Audio. But sometime, delegate didOutputSegmentData with record screen stop.
Note: Record screen i'm use relaykit