Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
type
H264NALUType byte
21
22
func
(b H264NALUType) Or(b2 byte) byte {
23
return
byte(b) | b2
24
}
25
26
func
(b H264NALUType) Offset() int {
27
switch
b {
Callers
2
WriteRTPFrame
Method · 0.80
CompleteRTP
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected