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

Method SrtStatDataType

apps/statswriter.hpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 pfield_t pfield;
59
60 SrtStatDataType(SrtStatCat cat, const std::string& name, const std::string& longname, pfield_t field)
61 : SrtStatData (cat, name, longname), pfield(field)
62 {
63 }
64
65 void PrintValue(std::ostream& str, const CBytePerfMon& mon) override
66 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected