Skip to content

Commit

Permalink
SWSTB-16968: nxclient definition changed since Ursr19.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
jianwang-brcm committed Apr 10, 2024
1 parent e7b28de commit e20b33e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ScreenCapture/ScreenCapture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,10 +380,10 @@ namespace WPEFramework
memset(&screenshotSettings, 0, sizeof(screenshotSettings));

#ifdef SCREENCAP_SVP_ENABLED
screenshotSettings.screenshotWindow = NxClient_ScreenshotWindow_eGraphics;
screenshotSettings.captureVideo = false;
LOGWARN("[SCREENCAP]: Using NxClient_ScreenshotWindow_eGraphics (graphics only, no video)");
#else
screenshotSettings.screenshotWindow = NxClient_ScreenshotWindow_eAll;
screenshotSettings.captureVideo = true;
LOGWARN("[SCREENCAP]: Using NxClient_ScreenshotWindow_eAll (graphics including video)");
#endif

Expand Down

0 comments on commit e20b33e

Please sign in to comment.