mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-04 01:09:27 +02:00
lazy screencast.
This commit is contained in:
parent
75393905e8
commit
fdd98377b3
5 changed files with 83 additions and 30 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue