Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monibuca/engine
/ Byte
Method
Byte
codec/h264.go:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
func
(b H264NALUType) Byte() byte {
41
return
byte(b)
42
}
43
func
ParseH264NALUType(b byte) H264NALUType {
44
return
H264NALUType(b & 0x1F)
45
}
Callers
2
CompleteRTP
Method · 0.95
WriteSliceBytes
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected