mirror of
https://github.com/Monibuca/engine.git
synced 2025-10-06 00:56:58 +08:00
实现远程控制台的通讯机制
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user