Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BigPig0/RelayLive
/ append_be24
Method
append_be24
Common/util/NetStreamMaker.cpp:72–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void CNetStreamMaker::append_be24(uint32_t val)
73
{
74
append_be16( val >> 8 );
75
append_byte( val );
76
}
77
78
void CNetStreamMaker::append_be32(uint32_t val)
79
{
Callers
3
MakeHeader
Method · 0.80
MakeVideo
Method · 0.80
MakeMP4Frag
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected