#include <pool.h>
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::startRunning | ( | ) | [inline, virtual] |
Implements RTPSessionPool.
void SingleRTPSessionPool::run | ( | ) | [protected] |
Runnable method for the thread.
This thread serves all the RTP sessions.added to this pool.