RTCPCompoundHandler
low level structs and RTCP packet parsing and building methods.
- Provided by: libccrtp-doc (Version: 2.0.9-2.3build1)
- Source: libccrtp
- Report a bug
low level structs and RTCP packet parsing and building methods.
#include <rtcppkt.h>
Inherited by QueueRTCPManager [protected].
struct APPPacket
Struct for APP (application specific) RTCP packets. struct BYEPacket
Struct for BYE (leaving session) RTCP packets. struct FIRPacket
Struct for Full Intra-frame Request (FIR) RTCP packet. Specific for H.261
sessions (see RFC 2032). struct NACKPacket
Struct for Negative ACKnowledgements (NACK) RTCP packet. Specific for H.261
sessions (see RFC 2032). struct ReceiverInfo
struct RecvReport
raw structure of the source and every receiver report in an SR or RR RTCP
packet. struct RRBlock
struct RTCPFixedHeader
struct RTCPPacket
Struct representing general RTCP packet headers as they are sent through the
network. struct SDESChunk
struct SDESItem
struct SenderInfo
struct SendReport
void setPathMTU (uint16 mtu)
uint16 getPathMTU ()
enum { defaultPathMTU = 1500 }
RTCPCompoundHandler (uint16 mtu=defaultPathMTU)
~RTCPCompoundHandler ()
bool checkCompoundRTCPHeader (size_t len)
Perform RTCP compound packet header validity check as specified in
draft-ietv-avt-rtp-new.
unsigned char * rtcpSendBuffer
unsigned char * rtcpRecvBuffer
class RTCPSenderInfo
class RTCPReceiverInfo
low level structs and RTCP packet parsing and building methods.
Intended to be used, through inheritance, in RTCP management classes, such as QueueRTCPManager.
Author
Enumerator
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
Returns
Generated automatically by Doxygen for ccRTP from the source code.