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

Method WriteAVCC

track/opus.go:29–31  ·  view source on GitHub ↗
(ts uint32, frame *util.BLL)

Source from the content-addressed store, hash-verified

27}
28
29func (opus *Opus) WriteAVCC(ts uint32, frame *util.BLL) error {
30 return errors.New("opus not support WriteAVCC")
31}
32
33func (opus *Opus) WriteRTPFrame(rtpItem *LIRTP) {
34 frame := &rtpItem.Value

Callers

nothing calls this directly

Calls 1

NewMethod · 0.80

Tested by

no test coverage detected