| 2606 | } |
| 2607 | |
| 2608 | void rtpstream_pausevpattern(rtpstream_callinfo_t* callinfo) |
| 2609 | { |
| 2610 | debugprint("rtpstream_pausevpattern callinfo=%p\n", callinfo); |
| 2611 | |
| 2612 | if (callinfo->taskinfo) { |
| 2613 | callinfo->taskinfo->flags |= TI_PAUSERTPVPATTERN; |
| 2614 | } |
| 2615 | } |
| 2616 | |
| 2617 | void rtpstream_resumevpattern(rtpstream_callinfo_t* callinfo) |
| 2618 | { |
no test coverage detected