MCPcopy Create free account
hub / github.com/Monibuca/engine / AddTrack

Method AddTrack

common/stream.go:12–12  ·  view source on GitHub ↗
(Track)

Source from the content-addressed store, hash-verified

10
11type IStream interface {
12 AddTrack(Track) *util.Promise[Track]
13 RemoveTrack(Track)
14 Close()
15 IsClosed() bool

Callers 3

AttachMethod · 0.65
AttachMethod · 0.65
AttachMethod · 0.65

Implementers 1

Streamstream.go

Calls

no outgoing calls

Tested by

no test coverage detected