[feat] set screen capture frame rate to 60 fps

This commit is contained in:
dijunkun
2025-10-15 15:42:42 +08:00
parent 69a4dfcbb9
commit 22cc552e85
5 changed files with 8 additions and 8 deletions

View File

@@ -76,7 +76,7 @@ class API_AVAILABLE(macos(14.0)) ScreenCapturerSckImpl : public ScreenCapturer {
unsigned char *nv12_frame_ = nullptr;
int width_ = 0;
int height_ = 0;
int fps_ = 30;
int fps_ = 60;
public:
// Called by SckHelper when shareable content is returned by ScreenCaptureKit. `content` will be