mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add screencast to capture.
This commit is contained in:
@ -12,11 +12,19 @@ type BroadcastManager interface {
|
||||
Url() string
|
||||
}
|
||||
|
||||
type ScreencastManager interface {
|
||||
Start() error
|
||||
Stop()
|
||||
Enabled() bool
|
||||
Image() []byte
|
||||
}
|
||||
|
||||
type CaptureManager interface {
|
||||
Start()
|
||||
Shutdown() error
|
||||
|
||||
Broadcast() BroadcastManager
|
||||
Screencast() ScreencastManager
|
||||
|
||||
VideoCodec() string
|
||||
AudioCodec() string
|
||||
|
Reference in New Issue
Block a user