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

Method WriteTo

subscriber.go:70–73  ·  view source on GitHub ↗
(w io.Writer)

Source from the content-addressed store, hash-verified

68 return f[0][0] == codec.FLV_TAG_TYPE_VIDEO
69}
70func (f FLVFrame) WriteTo(w io.Writer) (int64, error) {
71 t := (net.Buffers)(f)
72 return t.WriteTo(w)
73}
74
75func (a AudioFrame) GetADTS() (r net.Buffers) {
76 r = append(append(r, a.ADTS.Value), a.AUList.ToBuffers()...)

Callers 2

WriteRawToMethod · 0.45
WriteAnnexBToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected