When I started building Unviewable, I needed one thing: a window that's invisible to all screen recorders.
The answer was in the Windows API: SetWindowDisplayAffinity()
This post covers:
- How WDA_EXCLUDEFROMCAPTURE works under the hood
- Why DXGI-based recorders can't see it
- WASAPI loopback for audio capture
- Edge cases that took weeks to solve
Top comments (0)