MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / StreamThreadRtp

Method StreamThreadRtp

src/output/StreamThreadRtp.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32// =============================================================================
33
34StreamThreadRtp::StreamThreadRtp(StreamInterface &stream) :
35 StreamThreadBase("RTP/UDP", stream),
36 _rtcp(stream) {}
37
38StreamThreadRtp::~StreamThreadRtp() {
39 terminateThread();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected