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

Method RTPFragmentBuffer

OpenHD/ohd_video/src/openhd_rtp.cpp:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154openhd::RTPFragmentBuffer::RTPFragmentBuffer() {
155 m_console = openhd::log::create_or_get("RTPFragmentBuffer");
156}
157
158void openhd::RTPFragmentBuffer::buffer_and_forward(
159 std::shared_ptr<std::vector<uint8_t>> fragment, uint64_t dts) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected