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

Method append_amf_string

Common/avformat/flv.cpp:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91/* Put functions */
92
93void CFlvStreamMaker::append_amf_string(const char *str)
94{
95 uint16_t len = (uint16_t)strlen( str );
96 append_be16( len );
97 append_data( (char*)str, len );
98}
99
100void CFlvStreamMaker::append_amf_double(double d)
101{

Callers 1

MakeHeaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected