Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monibuca/engine
/ H265Type
Method
H265Type
common/frame.go:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
return
naluType.Parse(r.Payload[0])
34
}
35
func
(r *RTPFrame) H265Type() (naluType codec.H265NALUType) {
36
return
naluType.Parse(r.Payload[0])
37
}
38
39
func
(r *RTPFrame) Unmarshal(raw []byte) *RTPFrame {
40
if
r.Packet == nil {
Callers
1
WriteRTPFrame
Method · 0.80
Calls
1
Parse
Method · 0.45
Tested by
no test coverage detected