Nyquist-Shannon

This commit is contained in:
Yukino Song
2025-06-07 02:24:47 +08:00
parent d293fee801
commit cd91170442
+1 -1
View File
@@ -139,7 +139,7 @@ namespace platf::dxgi {
} }
try { try {
if (winrt::ApiInformation::IsPropertyPresent(L"Windows.Graphics.Capture.GraphicsCaptureSession", L"MinUpdateInterval")) { if (winrt::ApiInformation::IsPropertyPresent(L"Windows.Graphics.Capture.GraphicsCaptureSession", L"MinUpdateInterval")) {
capture_session.MinUpdateInterval(winrt::TimeSpan{ 10000 }); capture_session.MinUpdateInterval(winrt::TimeSpan{ 10000000 / (config.framerate * 2) });
} }
else { else {
BOOST_LOG(warning) << "Can't set MinUpdateInterval"; BOOST_LOG(warning) << "Can't set MinUpdateInterval";