MCPcopy 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
50func (H264NALUType) ParseBytes(bs []byte) H264NALUType {
51 return H264NALUType(bs[0] & 0x1F)
52}
53
54const (
55 // NALU Type

Callers

nothing calls this directly

Calls 1

H264NALUTypeTypeAlias · 0.85

Tested by

no test coverage detected