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

Method StreamThreadRtcpBase

src/output/StreamThreadRtcpBase.cpp:35–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33// =============================================================================
34
35StreamThreadRtcpBase::StreamThreadRtcpBase(
36 const std::string &protocol,
37 StreamInterface &stream) :
38 _clientID(0),
39 _protocol(protocol),
40 _stream(stream),
41 _thread(
42 "RtcpThread",
43 std::bind(&StreamThreadRtcpBase::threadExecuteFunction, this)) {}
44
45StreamThreadRtcpBase::~StreamThreadRtcpBase() {}
46

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected