Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
func
(opus *Opus) WriteAVCC(ts uint32, frame *util.BLL) error {
30
return
errors.New(
"opus not support WriteAVCC"
)
31
}
32
33
func
(opus *Opus) WriteRTPFrame(rtpItem *LIRTP) {
34
frame := &rtpItem.Value
Callers
nothing calls this directly
Calls
1
New
Method · 0.80
Tested by
no test coverage detected