Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
70
func
(msg *StreamMsg) Flush(n uint32) {
71
msg.buff.Flush(int(n))
72
}
73
74
func
(msg *StreamMsg) Skip(n uint32) {
75
msg.buff.Skip(int(n))
Callers
5
entry
Function · 0.45
getHttpts
Function · 0.45
Annexb2Avcc
Function · 0.45
RunLoop
Method · 0.45
broadcastByRtmpMsg
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected