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

Method getStreamSocketPort

src/output/StreamThreadRtp.cpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80int StreamThreadRtp::getStreamSocketPort(const int clientID) const {
81 return _stream.getStreamClient(clientID).getRtpSocketAttr().getSocketPort();
82}
83
84bool StreamThreadRtp::writeDataToOutputDevice(mpegts::PacketBuffer &buffer, StreamClient &client) {
85 // update sequence number and timestamp

Callers

nothing calls this directly

Calls 1

getSocketPortMethod · 0.80

Tested by

no test coverage detected