MCPcopy 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
96func (v VideoFrame) WriteAnnexBTo(w io.Writer) (n int64, err error) {
97 annexB := v.GetAnnexB()
98 return annexB.WriteTo(w)
99}
100
101type ISubscriber interface {
102 IIO

Callers

nothing calls this directly

Calls 2

GetAnnexBMethod · 0.95
WriteToMethod · 0.45

Tested by

no test coverage detected