lazy screencast.

This commit is contained in:
Miroslav Šedivý
2021-01-23 15:17:52 +01:00
parent 75393905e8
commit fdd98377b3
5 changed files with 83 additions and 30 deletions

View File

@ -13,10 +13,9 @@ type BroadcastManager interface {
}
type ScreencastManager interface {
Start() error
Stop()
Enabled() bool
Image() []byte
Started() bool
Image() ([]byte, error)
}
type CaptureManager interface {