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

Method getStreamSocketPort

src/output/StreamThreadHttp.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getHttpSocketPortMethod · 0.80

Tested by

no test coverage detected