#include <rtp.h>
Inheritance diagram for RTCPSocket:
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. |
This drives RTCP related session control.
|
|
|
Reimplemented in RTPSocket. |
|
|
|
|
|
A plugin point for goodbye message.
|
|
A plugin point for hello message.
|
|
|
|
|