[fix] fix compile error on MacOSx

This commit is contained in:
dijunkun
2025-05-15 19:54:17 +08:00
parent eca4f614c8
commit 6ebf583a13
5 changed files with 32 additions and 15 deletions

View File

@@ -42,9 +42,9 @@ int ScreenCapturerSck::Start() {
int ScreenCapturerSck::Stop() { return 0; }
int ScreenCapturerSck::Pause() { return 0; }
int ScreenCapturerSck::Pause(int monitor_index) { return 0; }
int ScreenCapturerSck::Resume() { return 0; }
int ScreenCapturerSck::Resume(int monitor_index) { return 0; }
void ScreenCapturerSck::OnFrame() {}