Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monibuca/engine
/ ParseBytes
Method
ParseBytes
codec/h264.go:50–52 ·
view source on GitHub ↗
(bs []byte)
Source
from the content-addressed store, hash-verified
48
}
49
50
func
(H264NALUType) ParseBytes(bs []byte) H264NALUType {
51
return
H264NALUType(bs[0] & 0x1F)
52
}
53
54
const
(
55
// NALU Type
Callers
nothing calls this directly
Calls
1
H264NALUType
TypeAlias · 0.85
Tested by
no test coverage detected