#include <ccrtp/base.h>
#include <ccrtp/formats.h>
Go to the source code of this file.
Namespaces | |
| namespace | ost |
Classes | |
| class | ost::RTPPacket |
| A base class for both IncomingRTPPkt and OutgoingRTPPkt. More... | |
| struct | ost::RTPPacket::RTPFixedHeader |
| RTP fixed header as it is send through the network. | |
| struct | ost::RTPPacket::RFC2833Payload |
| a structure defining RFC2833 Telephony events. More... | |
| struct | ost::RTPPacket::RTPHeaderExt |
| Fixed component of the variable-length header extension, appended to the fixed header, after the CSRC list, when X == 1. | |
| class | ost::OutgoingRTPPkt |
| RTP packets being sent. More... | |
| class | ost::IncomingRTPPkt |
| RTP packets received from other participants. More... | |
1.4.6