mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
lazy screencast.
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user