Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monibuca/engine
/ H265NALUType
TypeAlias
H265NALUType
codec/h265.go:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
)
10
11
type
H265NALUType byte
12
13
func
(H265NALUType) Parse(b byte) H265NALUType {
14
return
H265NALUType(b & 0x7E >> 1)
Callers
2
Parse
Method · 0.85
ParseH265NALUType
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected