| 84 | } |
| 85 | |
| 86 | Client::~Client() { |
| 87 | cancelThread(); |
| 88 | joinThread(); |
| 89 | } |
| 90 | |
| 91 | void Client::decrypt(const int streamID, mpegts::PacketBuffer &buffer) { |
| 92 | if (_connected && _enabled) { |
nothing calls this directly
no outgoing calls
no test coverage detected