#include <rtcppkt.h>
Public Attributes | |
uint8 | fractionLost |
packet fraction lost. | |
uint8 | lostMSB |
cumulative lost MSB of 3 octets. | |
uint16 | lostLSW |
cumulative lost two LSB. | |
uint32 | highestSeqNum |
highest sequence number. | |
uint32 | jitter |
arrival jitter. | |
uint32 | lsr |
last sender report timestamp. | |
uint32 | dlsr |
delay since last sender report. |
Receiver info blocks can be found in SR (sender report) or RR (receiver report) RTCP packets.
packet fraction lost.
cumulative lost MSB of 3 octets.
cumulative lost two LSB.
highest sequence number.
arrival jitter.
last sender report timestamp.
delay since last sender report.