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

Method StreamManager

src/StreamManager.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43// =============================================================================
44
45StreamManager::StreamManager() :
46 XMLSupport(),
47 _decrypt(nullptr) {
48#ifdef LIBDVBCSA
49 _decrypt = std::make_shared<decrypt::dvbapi::Client>(*this);
50#endif
51}
52
53StreamManager::~StreamManager() {}
54

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected