ccRTP 2.1.2
|
Struct for the data contained in a receiver info block. More...
#include <rtcppkt.h>
Data Fields | |
uint8 | fractionLost |
packet fraction lost. More... | |
uint8 | lostMSB |
cumulative lost MSB of 3 octets. More... | |
uint16 | lostLSW |
cumulative lost two LSB. More... | |
uint32 | highestSeqNum |
highest sequence number. More... | |
uint32 | jitter |
arrival jitter. More... | |
uint32 | lsr |
last sender report timestamp. More... | |
uint32 | dlsr |
delay since last sender report. More... | |
Struct for the data contained in a receiver info block.
Receiver info blocks can be found in SR (sender report) or RR (receiver report) RTCP packets.
uint32 RTCPCompoundHandler::ReceiverInfo::dlsr |
uint8 RTCPCompoundHandler::ReceiverInfo::fractionLost |
uint32 RTCPCompoundHandler::ReceiverInfo::highestSeqNum |
uint32 RTCPCompoundHandler::ReceiverInfo::jitter |
uint16 RTCPCompoundHandler::ReceiverInfo::lostLSW |
uint8 RTCPCompoundHandler::ReceiverInfo::lostMSB |
uint32 RTCPCompoundHandler::ReceiverInfo::lsr |