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

Method Byte

codec/h264.go:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40func (b H264NALUType) Byte() byte {
41 return byte(b)
42}
43func ParseH264NALUType(b byte) H264NALUType {
44 return H264NALUType(b & 0x1F)
45}

Callers 2

CompleteRTPMethod · 0.95
WriteSliceBytesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected