mirror of
https://github.com/Monibuca/engine.git
synced 2025-10-16 13:41:27 +08:00
4.0初步改造
This commit is contained in:
9
common/stream.go
Normal file
9
common/stream.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package common
|
||||
|
||||
import "context"
|
||||
|
||||
type IStream interface {
|
||||
context.Context
|
||||
Update() uint32
|
||||
AddTrack(string, Track)
|
||||
}
|
Reference in New Issue
Block a user