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

Method doPauseStreaming

src/output/StreamThreadRtp.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void StreamThreadRtp::doPauseStreaming(const int clientID) {
71 // RTCP
72 _rtcp.pauseStreaming(clientID);
73}
74
75void StreamThreadRtp::doRestartStreaming(const int clientID) {
76 // RTCP

Callers

nothing calls this directly

Calls 1

pauseStreamingMethod · 0.45

Tested by

no test coverage detected