refactor: removed redundant loop mechanism in wholescreencapturer

This commit is contained in:
2025-11-26 20:39:26 +03:00
parent 3e77a26b0a
commit a7af6f383a
2 changed files with 26 additions and 83 deletions

View File

@@ -21,7 +21,5 @@ package screencapturer
type ScreenCapturer interface {
Init() error
Start() error
Stop() error
Get() (filepath string, err error)
}