MCPcopy Create free account
hub / github.com/Monibuca/engine / CompleteRTP

Method CompleteRTP

track/audio.go:93–95  ·  view source on GitHub ↗
(value *AVFrame)

Source from the content-addressed store, hash-verified

91}
92
93func (a *Audio) CompleteRTP(value *AVFrame) {
94 a.PacketizeRTP(value.AUList.ToList()...)
95}
96
97func (a *Audio) Narrow() {
98 // if a.HistoryRing == nil && a.IDRing != nil {

Callers

nothing calls this directly

Calls 2

PacketizeRTPMethod · 0.80
ToListMethod · 0.45

Tested by

no test coverage detected