MCPcopy Create free account
hub / github.com/SIPp/sipp / rtpstream_pause

Function rtpstream_pause

src/rtpstream.cpp:2455–2462  ·  view source on GitHub ↗

code checked */

Source from the content-addressed store, hash-verified

2453
2454/* code checked */
2455void rtpstream_pause(rtpstream_callinfo_t* callinfo)
2456{
2457 debugprint("rtpstream_pause callinfo=%p\n", callinfo);
2458
2459 if (callinfo->taskinfo) {
2460 callinfo->taskinfo->flags |= TI_PAUSERTP;
2461 }
2462}
2463
2464/* code checked */
2465void rtpstream_resume(rtpstream_callinfo_t* callinfo)

Callers 1

executeActionMethod · 0.85

Calls 1

debugprintFunction · 0.85

Tested by

no test coverage detected