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

Method Or

codec/h264.go:22–24  ·  view source on GitHub ↗
(b2 byte)

Source from the content-addressed store, hash-verified

20type H264NALUType byte
21
22func (b H264NALUType) Or(b2 byte) byte {
23 return byte(b) | b2
24}
25
26func (b H264NALUType) Offset() int {
27 switch b {

Callers 2

WriteRTPFrameMethod · 0.80
CompleteRTPMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected