stop encodeing when not broadcastin, resolves #64
This commit is contained in:
@ -9,6 +9,7 @@ type RemoteManager interface {
|
||||
OnAudioFrame(listener func(sample Sample))
|
||||
StartStream()
|
||||
StopStream()
|
||||
Streaming() bool
|
||||
ChangeResolution(width int, height int, rate int) error
|
||||
GetScreenSize() *ScreenSize
|
||||
ScreenConfigurations() map[int]ScreenConfiguration
|
||||
|
Reference in New Issue
Block a user