MCPcopy Create free account
hub / github.com/Haivision/srt / WriteBandwidth

Method WriteBandwidth

apps/statswriter.cpp:308–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306 }
307
308 string WriteBandwidth(double mbpsBandwidth) override
309 {
310 std::ostringstream output;
311 output << "+++/+++SRT BANDWIDTH: " << mbpsBandwidth << endl;
312 return output.str();
313 }
314};
315
316shared_ptr<SrtStatsWriter> SrtStatsWriterFactory(SrtStatsPrintFormat printformat)

Callers

nothing calls this directly

Calls 1

strMethod · 0.45

Tested by

no test coverage detected