MCPcopy 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
11type H265NALUType byte
12
13func (H265NALUType) Parse(b byte) H265NALUType {
14 return H265NALUType(b & 0x7E >> 1)

Callers 2

ParseMethod · 0.85
ParseH265NALUTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected