Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monibuca/engine
/ AddIDR
Method
AddIDR
track/media.go:80–83 ·
view source on GitHub ↗
(IDRing *util.Ring[*AVFrame])
Source
from the content-addressed store, hash-verified
78
}
79
80
func
(p *IDRingList) AddIDR(IDRing *util.Ring[*AVFrame]) {
81
p.IDRList.PushValue(IDRing)
82
p.IDRing = IDRing
83
}
84
85
func
(p *IDRingList) ShiftIDR() {
86
p.IDRList.Shift()
Callers
nothing calls this directly
Calls
1
PushValue
Method · 0.45
Tested by
no test coverage detected