| 64 | } |
| 65 | |
| 66 | int StreamThreadHttp::getStreamSocketPort(const int clientID) const { |
| 67 | return _stream.getStreamClient(clientID).getHttpSocketPort(); |
| 68 | } |
| 69 | |
| 70 | bool StreamThreadHttp::writeDataToOutputDevice(mpegts::PacketBuffer &buffer, StreamClient &client) { |
| 71 | static constexpr unsigned int dataSize = buffer.getBufferSize(); |
nothing calls this directly
no test coverage detected