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

Method getDescribeMediaLevelString

src/StreamManager.cpp:217–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217std::string StreamManager::getDescribeMediaLevelString(const int streamID) const {
218 base::MutexLock lock(_mutex);
219 assert(!_stream.empty());
220 return _stream[streamID]->getDescribeMediaLevelString();
221}
222
223#ifdef LIBDVBCSA
224input::dvb::SpFrontendDecryptInterface StreamManager::getFrontendDecryptInterface(const int streamID) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected