Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monibuca/engine
/ WriteRawTo
Method
WriteRawTo
subscriber.go:80–83 ·
view source on GitHub ↗
(w io.Writer)
Source
from the content-addressed store, hash-verified
78
}
79
80
func
(a AudioFrame) WriteRawTo(w io.Writer) (n int64, err error) {
81
aulist := a.AUList.ToBuffers()
82
return
aulist.WriteTo(w)
83
}
84
85
func
(v VideoFrame) GetAnnexB() (r net.Buffers) {
86
if
v.IFrame {
Callers
nothing calls this directly
Calls
2
ToBuffers
Method · 0.45
WriteTo
Method · 0.45
Tested by
no test coverage detected