| 152 | } |
| 153 | |
| 154 | openhd::RTPFragmentBuffer::RTPFragmentBuffer() { |
| 155 | m_console = openhd::log::create_or_get("RTPFragmentBuffer"); |
| 156 | } |
| 157 | |
| 158 | void openhd::RTPFragmentBuffer::buffer_and_forward( |
| 159 | std::shared_ptr<std::vector<uint8_t>> fragment, uint64_t dts) { |
nothing calls this directly
no outgoing calls
no test coverage detected