MCPcopy
hub / github.com/q191201771/lal / Flush

Method Flush

pkg/rtmp/stream.go:70–72  ·  view source on GitHub ↗
(n uint32)

Source from the content-addressed store, hash-verified

68}
69
70func (msg *StreamMsg) Flush(n uint32) {
71 msg.buff.Flush(int(n))
72}
73
74func (msg *StreamMsg) Skip(n uint32) {
75 msg.buff.Skip(int(n))

Callers 5

entryFunction · 0.45
getHttptsFunction · 0.45
Annexb2AvccFunction · 0.45
RunLoopMethod · 0.45
broadcastByRtmpMsgMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected