-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Windows 11 24H2 Graphics Capture features
The required SDK comes with some caveats with the current build setup and as such is not used by default (Desktop+ will stay a VS2019 project for the time being). - Add support for automatically enabling IncludeSecondaryWindows property if possible - Add support for using MinUpdateInterval property instead of our own update limiter if possible - Add DPWinRT_IsIncludeSecondaryWindowsPropertySupported() & DPWinRT_IsMinUpdateIntervalPropertySupported() to log capabilities on launch - Use winrt::name_of<winrt::GraphicsCaptureSession>() instead of L"Windows.Graphics.Capture.GraphicsCaptureSession" when querying property availability
- Loading branch information
1 parent
16a2250
commit ed565f8
Showing
5 changed files
with
67 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters