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

Method ~StreamThreadBase

src/output/StreamThreadBase.cpp:59–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59StreamThreadBase::~StreamThreadBase() {
60#ifdef LIBDVBCSA
61 decrypt::dvbapi::SpClient decrypt = _stream.getDecryptDevice();
62 if (decrypt != nullptr) {
63 decrypt->stopDecrypt(_stream.getStreamID());
64 }
65#endif
66}
67
68// =============================================================================
69// -- base::ThreadBase --------------------------------------------------------

Callers

nothing calls this directly

Calls 3

getDecryptDeviceMethod · 0.80
stopDecryptMethod · 0.80
getStreamIDMethod · 0.45

Tested by

no test coverage detected