mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-23 22:17:07 +02:00
edit broadcast.
This commit is contained in:
parent
507fce7862
commit
7fb977faa4
4 changed files with 12 additions and 8 deletions
|
@ -21,6 +21,7 @@ type CaptureManagerCtx struct {
|
|||
shutdown chan bool
|
||||
emmiter events.EventEmmiter
|
||||
streaming bool
|
||||
broadcasting bool
|
||||
broadcast_url string
|
||||
desktop types.DesktopManager
|
||||
}
|
||||
|
@ -32,6 +33,7 @@ func New(desktop types.DesktopManager, config *config.Capture) *CaptureManagerCt
|
|||
emmiter: events.New(),
|
||||
config: config,
|
||||
streaming: false,
|
||||
broadcasting: false,
|
||||
broadcast_url: "",
|
||||
desktop: desktop,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue