MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / ~Client

Method ~Client

src/decrypt/dvbapi/Client.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected