MCPcopy 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
80func (a AudioFrame) WriteRawTo(w io.Writer) (n int64, err error) {
81 aulist := a.AUList.ToBuffers()
82 return aulist.WriteTo(w)
83}
84
85func (v VideoFrame) GetAnnexB() (r net.Buffers) {
86 if v.IFrame {

Callers

nothing calls this directly

Calls 2

ToBuffersMethod · 0.45
WriteToMethod · 0.45

Tested by

no test coverage detected