MCPcopy 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
80func (p *IDRingList) AddIDR(IDRing *util.Ring[*AVFrame]) {
81 p.IDRList.PushValue(IDRing)
82 p.IDRing = IDRing
83}
84
85func (p *IDRingList) ShiftIDR() {
86 p.IDRList.Shift()

Callers

nothing calls this directly

Calls 1

PushValueMethod · 0.45

Tested by

no test coverage detected