feat: Support virtual remote desktop monitoring

This commit is contained in:
yuanyuanxiang
2025-05-31 15:49:40 +08:00
parent 1e0cfe85b8
commit 444de50651
7 changed files with 527 additions and 47 deletions

View File

@@ -22,7 +22,7 @@ private:
BYTE* m_NextBuffer = nullptr;
public:
ScreenCapturerDXGI(BYTE algo, int gop = DEFAULT_GOP) : ScreenCapture(algo) {
ScreenCapturerDXGI(BYTE algo, int gop = DEFAULT_GOP) : ScreenCapture(32, algo) {
m_GOP = gop;
InitDXGI();
Mprintf("Capture screen with DXGI: GOP= %d\n", m_GOP);