unify capture shutdown.

This commit is contained in:
Miroslav Šedivý
2021-02-05 12:18:46 +01:00
parent 7902d7b1f1
commit 58ea3665b0
5 changed files with 42 additions and 31 deletions

View File

@ -22,8 +22,6 @@ type ScreencastManager interface {
}
type StreamManager interface {
Shutdown()
Codec() codec.RTPCodec
OnSample(listener func(sample Sample))