RTCP packets handling.
More...
Include dependency graph for rtcppkt.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures
low level structs and RTCP packet parsing and building methods.
More...
Struct for the data contained in a receiver info block.
More...
Struct for a receiver info block in a SR (sender report) or an RR (receiver report) RTCP packet.
More...
raw structure of the source and every receiver report in an SR or RR RTCP packet.
More...
Struct for the sender info block in a SR (sender report) RTCP packet.
More...
Struct for SR (sender report) RTCP packets.
More...
Struct for an item description of a SDES packet.
More...
Struct for a chunk of items in a SDES RTCP packet.
More...
Struct for BYE (leaving session) RTCP packets.
More...
Struct for APP (application specific) RTCP packets.
More...
Struct for Full Intra-frame Request (FIR) RTCP packet.
More...
Struct for Negative ACKnowledgements (NACK) RTCP packet.
More...
Struct representing general RTCP packet headers as they are sent through the network.
More...
Report block information of SR/RR RTCP reports.
More...
Sender block information of SR RTCP reports.
More...
Enumerations
enum
SDESItemType {
SDESItemTypeEND = 0,
SDESItemTypeCNAME,
SDESItemTypeNAME,
SDESItemTypeEMAIL,
SDESItemTypePHONE,
SDESItemTypeLOC,
SDESItemTypeTOOL,
SDESItemTypeNOTE,
SDESItemTypePRIV,
SDESItemTypeH323CADDR,
SDESItemTypeLast = SDESItemTypeH323CADDR
}
SDES items that may be carried in a Source DEScription RTCP packet.
More...
Functions
Convert a NTP timestamp, expressed as two 32-bit long words, into a timeval value.
More...
Convert a time interval, expressed as a timeval, into a 32-bit time interval expressed in units of 1/65536 seconds.
More...
Detailed Description
RTCP packets handling.
Definition in file rtcppkt.h.