[feat] display switch supported on MacOSx platform

This commit is contained in:
dijunkun
2025-05-16 18:49:20 +08:00
parent 6ebf583a13
commit 8e0524bf60
4 changed files with 249 additions and 132 deletions

View File

@@ -31,9 +31,9 @@ class ScreenCapturerSck : public ScreenCapturer {
int Resume(int monitor_index) override;
int SwitchTo(int monitor_index) override { return 0; }
int SwitchTo(int monitor_index) override;
std::vector<DisplayInfo> GetDisplayInfoList() override { return {}; }
std::vector<DisplayInfo> GetDisplayInfoList() override;
void OnFrame();