Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monibuca/engine
/ WriteAnnexBTo
Method
WriteAnnexBTo
subscriber.go:96–99 ·
view source on GitHub ↗
(w io.Writer)
Source
from the content-addressed store, hash-verified
94
}
95
96
func
(v VideoFrame) WriteAnnexBTo(w io.Writer) (n int64, err error) {
97
annexB := v.GetAnnexB()
98
return
annexB.WriteTo(w)
99
}
100
101
type
ISubscriber
interface
{
102
IIO
Callers
nothing calls this directly
Calls
2
GetAnnexB
Method · 0.95
WriteTo
Method · 0.45
Tested by
no test coverage detected