| 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 | |
| 316 | shared_ptr<SrtStatsWriter> SrtStatsWriterFactory(SrtStatsPrintFormat printformat) |