low level structs and RTCP packet parsing and building methods.
More...
#include <rtcppkt.h>
|
struct | APPPacket |
| Struct for APP (application specific) RTCP packets. More...
|
|
struct | BYEPacket |
| Struct for BYE (leaving session) RTCP packets. More...
|
|
struct | FIRPacket |
| Struct for Full Intra-frame Request (FIR) RTCP packet. More...
|
|
struct | NACKPacket |
| Struct for Negative ACKnowledgements (NACK) RTCP packet. More...
|
|
struct | ReceiverInfo |
| Struct for the data contained in a receiver info block. More...
|
|
struct | RecvReport |
| raw structure of the source and every receiver report in an SR or RR RTCP packet. More...
|
|
struct | RRBlock |
| Struct for a receiver info block in a SR (sender report) or an RR (receiver report) RTCP packet. More...
|
|
struct | RTCPFixedHeader |
| Fixed RTCP packet header. More...
|
|
struct | RTCPPacket |
| Struct representing general RTCP packet headers as they are sent through the network. More...
|
|
struct | SDESChunk |
| Struct for a chunk of items in a SDES RTCP packet. More...
|
|
struct | SDESItem |
| Struct for an item description of a SDES packet. More...
|
|
struct | SenderInfo |
| Struct for the sender info block in a SR (sender report) RTCP packet. More...
|
|
struct | SendReport |
| Struct for SR (sender report) RTCP packets. More...
|
|
low level structs and RTCP packet parsing and building methods.
Intended to be used, through inheritance, in RTCP management classes, such as QueueRTCPManager.
- Author
- Federico Montesino Pouzols fedem.nosp@m.p@al.nosp@m.tern..nosp@m.org
Definition at line 89 of file rtcppkt.h.
RTCPCompoundHandler::RTCPCompoundHandler |
( |
uint16 |
mtu = defaultPathMTU | ) |
|
|
protected |
RTCPCompoundHandler::~RTCPCompoundHandler |
( |
| ) |
|
|
protected |
bool RTCPCompoundHandler::checkCompoundRTCPHeader |
( |
size_t |
len | ) |
|
|
protected |
Perform RTCP compound packet header validity check as specified in draft-ietv-avt-rtp-new.
This method follows appendix A.2. Correct version, payload type, padding bit and length of every RTCP packet in the compound are verified.
- Parameters
-
len | length of the RTCP compound packet in the reception buffer |
- Returns
- whether the header is valid.
Definition at line 107 of file rtcppkt.cpp.
uint16 RTCPCompoundHandler::getPathMTU |
( |
| ) |
|
|
inline |
void RTCPCompoundHandler::setPathMTU |
( |
uint16 |
mtu | ) |
|
|
inline |
uint16 RTCPCompoundHandler::pathMTU |
|
private |
NAMESPACE_COMMONCPP const uint16 RTCPCompoundHandler::RTCP_VALID_MASK = (0x00c0 | 0x0020 | 0xfe00) |
|
staticprivate |
unsigned char* RTCPCompoundHandler::rtcpRecvBuffer |
|
protected |
unsigned char* RTCPCompoundHandler::rtcpSendBuffer |
|
protected |
The documentation for this class was generated from the following files: