Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monibuca/engine
/ DecConfChanged
Method
DecConfChanged
track/reader-av.go:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
func
(r *AVRingReader) DecConfChanged() bool {
45
return
r.ConfSeq != r.Track.SequenceHeadSeq
46
}
47
48
func
NewAVRingReader(t *Media) *AVRingReader {
49
t.Debug(
"reader +1"
, zap.Int32(
"count"
, t.ReaderCount.Add(1)))
Callers
1
PlayBlock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected