| 32 | // ============================================================================= |
| 33 | |
| 34 | StreamThreadRtp::StreamThreadRtp(StreamInterface &stream) : |
| 35 | StreamThreadBase("RTP/UDP", stream), |
| 36 | _rtcp(stream) {} |
| 37 | |
| 38 | StreamThreadRtp::~StreamThreadRtp() { |
| 39 | terminateThread(); |
nothing calls this directly
no outgoing calls
no test coverage detected