#include <pool.h>
Inheritance diagram for SingleRTPSessionPool:

Public Member Functions | |
| SingleRTPSessionPool (int pri=0) | |
| ~SingleRTPSessionPool () | |
| void | startRunning () |
Protected Member Functions | |
| void | run () |
| Runnable method for the thread. | |
| SingleRTPSessionPool::SingleRTPSessionPool | ( | int | pri = 0 |
) | [inline] |
| pri | optional thread priority value. |
| SingleRTPSessionPool::~SingleRTPSessionPool | ( | ) | [inline] |
| void SingleRTPSessionPool::run | ( | ) | [protected] |
Runnable method for the thread.
This thread serves all the RTP sessions.added to this pool.
| void SingleRTPSessionPool::startRunning | ( | ) | [inline, virtual] |
Implements RTPSessionPool.
1.4.7