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

Method getFrontendDecryptInterface

src/StreamManager.cpp:224–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222
223#ifdef LIBDVBCSA
224input::dvb::SpFrontendDecryptInterface StreamManager::getFrontendDecryptInterface(const int streamID) {
225 return _stream[streamID]->getFrontendDecryptInterface();
226}
227#endif
228
229// =============================================================================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected