MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / append_byte

Method append_byte

Common/util/NetStreamMaker.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void CNetStreamMaker::append_byte(uint8_t b)
62{
63 append_data((char*)&b, 1 );
64}
65
66void CNetStreamMaker::append_be16(uint16_t val)
67{

Callers 5

OnSendMethod · 0.80
MakeHeaderMethod · 0.80
MakeVideoMethod · 0.80
MakeHeaderMethod · 0.80
MakeMP4FragMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected