#include <rtp.h>
Inheritance diagram for RTPDuplex:
Public Methods | |
RTPDuplex (InetAddress &bind, tpport_t local, tpport_t remote, int pri) | |
~RTPDuplex () | |
sockerror_t | Connect (const InetHostAddress &host, tpport_t port = 0) |
Protected Methods | |
bool | isPendingArrival (timeout_t timeout) |
int | writePacket (unsigned char *buffer, unsigned len) |
int | readPacket (unsigned char *buffer, unsigned len) |
This has no RTCP and assumes the receiver is connected to a known transmitter, hence no "foreign" packets will arrive.
|
|
|
|
|
|
|
Reimplemented from RTPQueue. |
|
Reimplemented from RTPQueue. |
|
Reimplemented from RTPQueue. |