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

Method writeDataToOutputDevice

src/output/StreamThreadBase.h:83–85  ·  view source on GitHub ↗

Send the TS packets to an output device

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected