| 186 | // =========================================================================== |
| 187 | #ifdef LIBDVBCSA |
| 188 | input::dvb::SpFrontendDecryptInterface Stream::getFrontendDecryptInterface() { |
| 189 | return std::dynamic_pointer_cast<input::dvb::FrontendDecryptInterface>(_device); |
| 190 | } |
| 191 | #endif |
| 192 | |
| 193 | bool Stream::findClientIDFor(SocketClient &socketClient, |
no outgoing calls
no test coverage detected