| 215 | } |
| 216 | |
| 217 | std::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 |
| 224 | input::dvb::SpFrontendDecryptInterface StreamManager::getFrontendDecryptInterface(const int streamID) { |
nothing calls this directly
no outgoing calls
no test coverage detected