MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / BitrateDebugger

Method BitrateDebugger

OpenHD/ohd_common/src/openhd_bitrate.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#include "openhd_bitrate.h"
25
26openhd::BitrateDebugger::BitrateDebugger(std::string tag, bool debug_pps)
27 : m_debug_pps(debug_pps) {
28 m_console = openhd::log::create_or_get(tag);
29}
30
31void openhd::BitrateDebugger::on_packet(int64_t n_bytes) {
32 assert(n_bytes > 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected