code checked */
| 2453 | |
| 2454 | /* code checked */ |
| 2455 | void 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 */ |
| 2465 | void rtpstream_resume(rtpstream_callinfo_t* callinfo) |
no test coverage detected