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