RTPSessionBaseHandler
Contents
Member Function Documentation
voidRTPSessionBaseHandler::controlReceptionService(RTPSessionBase&s)[inline]voidRTPSessionBaseHandler::controlTransmissionService(RTPSessionBase&s)[inline]size_tRTPSessionBaseHandler::dispatchDataPacket(RTPSessionBase&s)[inline]SOCKETRTPSessionBaseHandler::getControlRecvSocket(RTPSessionBase&s)const[inline]SOCKETRTPSessionBaseHandler::getDataRecvSocket(RTPSessionBase&s)const[inline]timevalRTPSessionBaseHandler::getRTCPCheckInterval(RTPSessionBase&s)[inline]microtimeout_tRTPSessionBaseHandler::getSchedulingTimeout(RTPSessionBase&s)[inline]size_tRTPSessionBaseHandler::takeInDataPacket(RTPSessionBase&s)[inline]
Name
RTPSessionBaseHandler
Synopsis
#include <pool.h>
Inherited by RTPSessionPool.
PublicMemberFunctionsmicrotimeout_tgetSchedulingTimeout (RTPSessionBase &s)
timeval getRTCPCheckInterval (RTPSessionBase &s)
size_t takeInDataPacket (RTPSessionBase &s)
size_t dispatchDataPacket (RTPSessionBase &s)
void controlReceptionService (RTPSessionBase &s)
void controlTransmissionService (RTPSessionBase &s)
SOCKET getDataRecvSocket (RTPSessionBase &s) const
SOCKET getControlRecvSocket (RTPSessionBase &s) const
