实现远程控制台的通讯机制

This commit is contained in:
dexter
2022-03-12 22:35:17 +08:00
parent 204c37291c
commit c40665125f
7 changed files with 110 additions and 30 deletions

View File

@@ -57,6 +57,7 @@ func (a VideoDeConf) GetAVCC() net.Buffers {
type ISubscriber interface {
IIO
receive(string, ISubscriber, *config.Subscribe) error
getIO() *IO[config.Subscribe, ISubscriber]
GetConfig() *config.Subscribe
IsPlaying() bool
Play(ISubscriber) func() error