Send the TS packets to an output device
| 81 | |
| 82 | /// Send the TS packets to an output device |
| 83 | virtual bool writeDataToOutputDevice( |
| 84 | mpegts::PacketBuffer &UNUSED(buffer), |
| 85 | StreamClient &UNUSED(client)) { return false; }; |
| 86 | |
| 87 | /// Returns the socket port for the specified client |
| 88 | /// @param clientID specifies which client the port id requested |
nothing calls this directly
no outgoing calls
no test coverage detected