增加扩展屏的框架

This commit is contained in:
huanglinhuan
2025-12-22 13:48:06 +08:00
parent 1bf30d3c4c
commit 065251f727
13 changed files with 834 additions and 28 deletions

View File

@@ -13,6 +13,7 @@ public:
~ScreenCapture();
bool Initialize();
bool InitializeWithOutputIndex(int index);
bool CaptureFrame(ComPtr<ID3D11Texture2D>& texture);
void ReleaseFrame();