MCPcopy Create free account
hub / github.com/Monibuca/engine / Parse

Method Parse

codec/h264.go:46–48  ·  view source on GitHub ↗
(b byte)

Source from the content-addressed store, hash-verified

44 return H264NALUType(b & 0x1F)
45}
46func (H264NALUType) Parse(b byte) H264NALUType {
47 return H264NALUType(b & 0x1F)
48}
49
50func (H264NALUType) ParseBytes(bs []byte) H264NALUType {
51 return H264NALUType(bs[0] & 0x1F)

Callers 1

CompleteRTPMethod · 0.95

Calls 1

H264NALUTypeTypeAlias · 0.85

Tested by

no test coverage detected