Bayonne2 / Common C++ 2 Framework
|
RTP packets handling. More...
Go to the source code of this file.
Data Structures | |
class | RTPPacket |
A base class for both IncomingRTPPkt and OutgoingRTPPkt. More... | |
struct | RTPPacket::RTPFixedHeader |
RTP fixed header as it is send through the network. More... | |
struct | RTPPacket::RFC2833Payload |
a structure defining RFC2833 Telephony events. More... | |
struct | RTPPacket::RTPHeaderExt |
Fixed component of the variable-length header extension, appended to the fixed header, after the CSRC list, when X == 1. More... | |
class | OutgoingRTPPkt |
RTP packets being sent. More... | |
class | IncomingRTPPkt |
RTP packets received from other participants. More... | |
RTP packets handling.
Definition in file rtppkt.h.