Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

RTCPSocket Class Reference

RTCP interface class. RTCP packet control interface. More...

#include <rtp.h>

Inheritance diagram for RTCPSocket:

UDPSocket RTPSocket List of all members.

Public Methods

void endControl (void)

Protected Methods

 RTCPSocket (const InetAddress &bind, tpport_t port)
sockerror_t Connect (const InetHostAddress &ia, tpport_t port)
bool isPendingControl (timeout_t timeout)
int getControl (unsigned char *buffer, size_t len)
int putControl (unsigned char *buffer, size_t len)
virtual void gotHello (const char *sdes)
 A plugin point for hello message.

virtual void gotGoodbye (void)
 A plugin point for goodbye message.


Detailed Description

RTCP interface class. RTCP packet control interface.

This drives RTCP related session control.

Author(s):
David Sugar <dyfet@ostel.com>


Constructor & Destructor Documentation

RTCPSocket::RTCPSocket ( const InetAddress & bind,
tpport_t port ) [protected]
 


Member Function Documentation

sockerror_t RTCPSocket::Connect ( const InetHostAddress & ia,
tpport_t port ) [protected]
 

Reimplemented in RTPSocket.

void RTCPSocket::endControl ( void ) [inline]
 

int RTCPSocket::getControl ( unsigned char * buffer,
size_t len ) [inline, protected]
 

void RTCPSocket::gotGoodbye ( void ) [inline, protected, virtual]
 

A plugin point for goodbye message.

void RTCPSocket::gotHello ( const char * sdes ) [inline, protected, virtual]
 

A plugin point for hello message.

bool RTCPSocket::isPendingControl ( timeout_t timeout ) [inline, protected]
 

int RTCPSocket::putControl ( unsigned char * buffer,
size_t len ) [inline, protected]
 


The documentation for this class was generated from the following file:
Generated at Thu Jun 21 12:18:48 2001 for CommonC++ by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000